diff options
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 |