From: Doug Evans Date: Tue, 30 Apr 1996 20:52:18 +0000 (+0000) Subject: (USER_LABEL_PREFIX): Set to "". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=731a7b1f40a1a5c2a2128ab535e1395f92eee053;p=gcc.git (USER_LABEL_PREFIX): Set to "". From-SVN: r11906 --- 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). */