From a0da5fe1e49b819b4d90b77915e21cddd397d064 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 00:45:01 -0500 Subject: More fallout from supporting only ELF --- sysdeps/sh/sysdep.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/sh/sysdep.h') diff --git a/sysdeps/sh/sysdep.h b/sysdeps/sh/sysdep.h index 9f37dc9..3ecfa96 100644 --- a/sysdeps/sh/sysdep.h +++ b/sysdeps/sh/sysdep.h @@ -69,12 +69,10 @@ #define CALL_MCOUNT /* Do nothing. */ #endif -#ifdef NO_UNDERSCORES /* Since C identifiers are not normally prefixed with an underscore on this system, the asm identifier `syscall_error' intrudes on the C name space. Make sure we use an innocuous name. */ #define syscall_error __syscall_error #define mcount _mcount -#endif #endif /* __ASSEMBLER__ */ -- cgit v1.1