From 4119d669f0207c6918102eb51223a06a0769b45d Mon Sep 17 00:00:00 2001 From: rearnsha Date: Tue, 14 Jul 1998 07:45:31 +0000 Subject: [PATCH] * tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21134 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/tcoff.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e255205b751..25fc25e5779 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 14 07:41:59 1998 Richard Earnshaw (rearnsha@arm.com) + + * arm/tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h. + Tue Jul 14 03:02:44 1998 Jeffrey A Law (law@cygnus.com) * version.c: Bump again to distinguish mainline tree from the diff --git a/gcc/config/arm/tcoff.h b/gcc/config/arm/tcoff.h index fe047e7cd27..6fa4705b504 100644 --- a/gcc/config/arm/tcoff.h +++ b/gcc/config/arm/tcoff.h @@ -49,7 +49,7 @@ extern int arm_structure_size_boundary; #define LOCAL_LABEL_PREFIX "." #undef USER_LABEL_PREFIX -#define 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 -- 2.11.4.GIT