diff options
Diffstat (limited to 'gcc/config/a29k/a29k.h')
-rw-r--r-- | gcc/config/a29k/a29k.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index b70e13d..f64c98d 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -1461,11 +1461,10 @@ extern int a29k_debug_reg_map[]; #define ASM_GLOBALIZE_LABEL(FILE,NAME) \ do { fputs ("\t.global ", FILE); assemble_name (FILE, NAME); fputs ("\n", FILE);} while (0) -/* This is how to output a reference to a user-level label named NAME. - `assemble_name' uses this. */ +/* The prefix to add to user-visible assembler symbols. */ -#define ASM_OUTPUT_LABELREF(FILE,NAME) \ - fprintf (FILE, "_%s", NAME) +#undef USER_LABEL_PREFIX +#define USER_LABEL_PREFIX "_" /* This is how to output an internal numbered label where PREFIX is the class of label and NUM is the number within the class. */ |