diff options
Diffstat (limited to 'src/strip.c')
| -rw-r--r-- | src/strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strip.c b/src/strip.c index 15180737..a73009d9 100644 --- a/src/strip.c +++ b/src/strip.c @@ -1944,7 +1944,7 @@ handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, INTERNAL_ERROR (fname); if (sym->st_shndx == SHN_UNDEF - || (sym->st_shndx >= shnum + || (sym->st_shndx >= SHN_LORESERVE && sym->st_shndx != SHN_XINDEX)) { /* This is no section index, leave it alone |
