diff options
author | Doug Evans <dje@gnu.org> | 1996-04-30 20:52:18 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-04-30 20:52:18 +0000 |
commit | 731a7b1f40a1a5c2a2128ab535e1395f92eee053 (patch) | |
tree | 89f00b3aeef332414339d652c79e4594e4c858eb /gcc/config/arm/coff.h | |
parent | 46b02c6d614586e17d73588f4a99f7fbb87fb276 (diff) | |
download | gcc-731a7b1f40a1a5c2a2128ab535e1395f92eee053.tar.gz |
(USER_LABEL_PREFIX): Set to "".
From-SVN: r11906
Diffstat (limited to 'gcc/config/arm/coff.h')
-rw-r--r-- | gcc/config/arm/coff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h index 44108ce28e5..ebc8a8c6ca0 100644 --- a/gcc/config/arm/coff.h +++ b/gcc/config/arm/coff.h @@ -60,6 +60,9 @@ arm_valid_machine_decl_attribute (DECL, ATTRIBUTES, IDENTIFIER, ARGS) #undef LOCAL_LABEL_PREFIX #define LOCAL_LABEL_PREFIX "." +#undef USER_LABEL_PREFIX +#define USER_LABEL_PREFIX "" + /* A C statement to output assembler commands which will identify the object file as having been compiled with GNU CC (or another GNU compiler). */ |