From 4dbcac312d90bd12853b1732d548e7bb43e1d251 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 10 Aug 1999 17:28:10 +0000 Subject: [PATCH] [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define. --- src/unexelf.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5