changeset 25233:f0d69d0f8222

[__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
author Karl Heuer <kwzh@gnu.org>
date Tue, 10 Aug 1999 17:28:10 +0000
parents d8024d259129
children 17336b4fc693
files src/unexelf.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexelf.c	Tue Aug 10 17:14:22 1999 +0000
+++ b/src/unexelf.c	Tue Aug 10 17:28:10 1999 +0000
@@ -434,6 +434,10 @@
 #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