diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-21 10:53:37 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-21 10:53:37 +0000 |
commit | bee1420be664b6c1d129b2978fa9e62822e37bf7 (patch) | |
tree | 04bfde498ac0c91dfed02321e9af06ec5aca5795 /gcc/config/sh | |
parent | afd6e1ea0592da041341ee1b361375cd79f1dfa9 (diff) | |
download | gcc-bee1420be664b6c1d129b2978fa9e62822e37bf7.tar.gz |
(USER_LABEL_PREFIX): Define instead of ASM_OUTPUT_LABELREF.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12750 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/sh.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index f4103960a73..92fa50e693c 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1432,9 +1432,9 @@ dtors_section() \ assemble_name (STREAM, NAME), \ fputc ('\n',STREAM)) -/* Output a reference to a label. */ -#define ASM_OUTPUT_LABELREF(STREAM,NAME) \ - fprintf (STREAM, "_%s", NAME) +/* The prefix to add to user-visible assembler symbols. */ + +#define USER_LABEL_PREFIX "_" /* Make an internal label into a string. */ #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \ |