Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gcc/config/sh Since sh--netbsdelf doesn't...
details: https://anonhg.NetBSD.org/src/rev/06edcfd4cbc7
branches: trunk
changeset: 542282:06edcfd4cbc7
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 25 17:35:53 2003 +0000
description:
Since sh--netbsdelf doesn't have leading underscore,
don't define __USER_LABEL_PREFIX__ as "_" in cpp.
Ok'ed by thorpej.
diffstat:
gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r a11ebca2f4c8 -r 06edcfd4cbc7 gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h
--- a/gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h Sat Jan 25 16:40:28 2003 +0000
+++ b/gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h Sat Jan 25 17:35:53 2003 +0000
@@ -52,6 +52,9 @@
/* 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 "."
Home |
Main Index |
Thread Index |
Old Index