diff options
Diffstat (limited to 'gcc/config/gmicro')
-rw-r--r-- | gcc/config/gmicro/gmicro.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/gmicro/gmicro.h b/gcc/config/gmicro/gmicro.h index 8b18bb09547..6333b1e1e3c 100644 --- a/gcc/config/gmicro/gmicro.h +++ b/gcc/config/gmicro/gmicro.h @@ -1353,11 +1353,9 @@ extern enum reg_class regno_reg_class[]; } -/* 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) +#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. */ |