summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2003-01-25 17:35:53 +0000
committertsutsui <tsutsui@NetBSD.org>2003-01-25 17:35:53 +0000
commit2d9f30d3052d2d2c2be07893eabffe2db576572a (patch)
tree9091e37fab7abb5b45570ff4de550f1a1d22ebd3 /gnu
parenta138610cac8364758a6ccfe38f4bcaa22aff0af4 (diff)
Since sh--netbsdelf doesn't have leading underscore,
don't define __USER_LABEL_PREFIX__ as "_" in cpp. Ok'ed by thorpej.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h b/gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h
index cab53b2028e..657fe8c22c4 100644
--- a/gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h
+++ b/gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h
@@ -52,6 +52,9 @@ Boston, MA 02111-1307, USA. */
/* NetBSD uses the SVR4 convention for user-visible assembler symbols,
not the SH convention. */
+#undef USER_LABEL_PREFIX
+#define USER_LABEL_PREFIX ""
+
#undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX "."