diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/toolchain/gcc/config/sh/netbsd-elf.h | 3 |
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 "." |
