summaryrefslogtreecommitdiffstats
path: root/gcc/config/arm
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-19 15:44:19 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-19 15:44:19 +0000
commite53b943b8220eea29244ee050468144369282c39 (patch)
tree58e9c50777d3e93cca508961f027b646fa5a6c57 /gcc/config/arm
parent23ccd46ee0011aea3e8dc8512b3e23b0958e56a4 (diff)
downloadppe42-gcc-e53b943b8220eea29244ee050468144369282c39.tar.gz
ppe42-gcc-e53b943b8220eea29244ee050468144369282c39.zip
Set USER_LABEL_PREFIX to "_"
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/coff.h4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud