diff options
-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). */ |