From e53b943b8220eea29244ee050468144369282c39 Mon Sep 17 00:00:00 2001 From: nickc Date: Thu, 19 Nov 1998 15:44:19 +0000 Subject: Set USER_LABEL_PREFIX to "_" git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23717 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/coff.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config') 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 -- cgit v1.2.1