From 7e57289154c75b00b0a2a0db60368a6a8cc14432 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Apr 1994 22:31:09 +0000 Subject: [PATCH] (LD_SWITCH_SYSTEM): Undo previous change. --- src/s/sunos4-0.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 6625785d859..17f17471900 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -5,11 +5,10 @@ #define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */ #endif -#ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -e __start -static -#else +/* We use the Sun syntax -Bstatic unconditionally, because even when we + use GCC, these are passed through to the linker, not handled by GCC + directly. */ #define LD_SWITCH_SYSTEM -e __start -Bstatic -#endif /* In SunOS 4.1, a static function called by tzsetwall reportedly clears the byte just past an eight byte region it mallocs, corrupting -- 2.11.4.GIT