summaryrefslogtreecommitdiff
path: root/src/unexelf.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-08-10 17:28:10 +0000
committerKarl Heuer <kwzh@gnu.org>1999-08-10 17:28:10 +0000
commit4dbcac312d90bd12853b1732d548e7bb43e1d251 (patch)
tree13607c7f83ea66122e8da795e8b0ce8a79dc162a /src/unexelf.c
parentfb1bb5b15fdad590b2171b567bb55680512b442e (diff)
downloademacs-4dbcac312d90bd12853b1732d548e7bb43e1d251.tar.gz
[__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
Diffstat (limited to 'src/unexelf.c')
-rw-r--r--src/unexelf.c4
1 files changed, 4 insertions, 0 deletions
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