* elf.c (swap_out_syms): Set shndx to SHN_ABS when not one of

the special MAP_* values.
This commit is contained in:
Alan Modra 2012-12-18 13:25:46 +00:00
parent 02d403bfba
commit 15bc576af1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-12-18 Alan Modra <amodra@gmail.com>
* elf.c (swap_out_syms): Set shndx to SHN_ABS when not one of
the special MAP_* values.
2012-12-17 Roland McGrath <mcgrathr@google.com>
Alan Modra <amodra@gmail.com>

View File

@ -6791,6 +6791,7 @@ swap_out_syms (bfd *abfd,
shndx = elf_tdata (abfd)->symtab_shndx_section;
break;
default:
shndx = SHN_ABS;
break;
}
}