summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/linker_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h
index 2ee690e..2bffa9b 100644
--- a/sys/sys/linker_set.h
+++ b/sys/sys/linker_set.h
@@ -71,7 +71,7 @@
*/
#define MAKE_SET(set, sym, type) \
static void const * const __set_##set##_sym_##sym = &sym; \
- __asm(".stabs \"_" #set "\", " #type ", 0, 0, _" #sym)
+ __asm(".stabs \"" #set "\", " #type ", 0, 0, " #sym)
#define TEXT_SET(set, sym) MAKE_SET(set, sym, 23)
#define DATA_SET(set, sym) MAKE_SET(set, sym, 25)
OpenPOWER on IntegriCloud