From 2d9f30d3052d2d2c2be07893eabffe2db576572a Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 25 Jan 2003 17:35:53 +0000 Subject: Since sh--netbsdelf doesn't have leading underscore, don't define __USER_LABEL_PREFIX__ as "_" in cpp. Ok'ed by thorpej. --- gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') 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 "." -- cgit