# HG changeset patch # User Richard M. Stallman # Date 767485869 0 # Node ID c2e4cc470ade4a7cc65e09b27568f72e3b54f2eb # Parent 50698dde1c8ea5faaa27d81a65526833ba2d9284 (LD_SWITCH_SYSTEM): Undo previous change. diff -r 50698dde1c8e -r c2e4cc470ade src/s/sunos4-0.h --- a/src/s/sunos4-0.h Wed Apr 27 21:58:53 1994 +0000 +++ b/src/s/sunos4-0.h Wed Apr 27 22:31:09 1994 +0000 @@ -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