From: nickc Date: Thu, 19 Nov 1998 15:44:19 +0000 (+0000) Subject: Set USER_LABEL_PREFIX to "_" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e53b943b8220eea29244ee050468144369282c39;p=platform%2Fupstream%2Flinaro-gcc.git Set USER_LABEL_PREFIX to "_" git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23717 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c33071f..54d6a32 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 6db0c1a..516f564 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