diff options
| author | Karl Heuer | 1999-08-10 17:28:10 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-08-10 17:28:10 +0000 |
| commit | 4dbcac312d90bd12853b1732d548e7bb43e1d251 (patch) | |
| tree | 13607c7f83ea66122e8da795e8b0ce8a79dc162a /src | |
| parent | fb1bb5b15fdad590b2171b567bb55680512b442e (diff) | |
| download | emacs-4dbcac312d90bd12853b1732d548e7bb43e1d251.tar.gz emacs-4dbcac312d90bd12853b1732d548e7bb43e1d251.zip | |
[__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexelf.c | 4 |
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 | |||
| 434 | #define HAS_SBSS_SECTION | 434 | #define HAS_SBSS_SECTION |
| 435 | #endif | 435 | #endif |
| 436 | 436 | ||
| 437 | #if defined (__linux__) && defined (__alpha__) | ||
| 438 | #define HAS_SBSS_SECTION | ||
| 439 | #endif | ||
| 440 | |||
| 437 | #if defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__) | 441 | #if defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__) |
| 438 | /* Declare COFF debugging symbol table. This used to be in | 442 | /* Declare COFF debugging symbol table. This used to be in |
| 439 | /usr/include/sym.h, but this file is no longer included in Red Hat | 443 | /usr/include/sym.h, but this file is no longer included in Red Hat |