From: Nick Clifton Date: Thu, 19 Nov 1998 15:44:19 +0000 (+0000) Subject: Set USER_LABEL_PREFIX to "_" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=233ce013956c03a5edd75851cd314fdb7a255e21;p=gcc.git Set USER_LABEL_PREFIX to "_" From-SVN: r23717 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c33071f00ab..54d6a3291c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 19 15:42:54 1998 Nick Clifton + + * config/arm/coff.h: Set USER_LABEL_PREFIX to "_". + Thu Nov 19 23:20:59 1998 J"orn Rennecke * Early auto_inc reloads don't conflict with outputs. diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h index 6db0c1afd06..516f564a0c8 100644 --- a/gcc/config/arm/coff.h +++ b/gcc/config/arm/coff.h @@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA. */ #include "arm/semi.h" #include "arm/aout.h" + +#undef USER_LABEL_PREFIX +#define USER_LABEL_PREFIX "_" + /* Run-time Target Specification. */ #undef TARGET_VERSION