From: Karl Heuer Date: Tue, 10 Aug 1999 17:28:10 +0000 (+0000) Subject: [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define. X-Git-Tag: emacs-pretest-21.0.90~7208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4dbcac312d90bd12853b1732d548e7bb43e1d251;p=emacs.git [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define. --- diff --git a/src/unexelf.c b/src/unexelf.c index c020d524db3..bf4f40cca0c 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -434,6 +434,10 @@ Filesz Memsz Flags Align #define HAS_SBSS_SECTION #endif +#if defined (__linux__) && defined (__alpha__) +#define HAS_SBSS_SECTION +#endif + #if defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__) /* Declare COFF debugging symbol table. This used to be in /usr/include/sym.h, but this file is no longer included in Red Hat