diff options
author | Alan Modra <amodra@gmail.com> | 2012-10-07 23:59:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-10-07 23:59:26 +0000 |
commit | f073ced36d61f6f5cde24e7a66efa4e6628e280d (patch) | |
tree | 5c115e234e551db2bb87d2b08d9d4f5511934830 /bfd/ChangeLog | |
parent | 0f4058b6979c8d9212fc4bba5c79ee79f96caed4 (diff) | |
download | gdb-f073ced36d61f6f5cde24e7a66efa4e6628e280d.zip gdb-f073ced36d61f6f5cde24e7a66efa4e6628e280d.tar.gz gdb-f073ced36d61f6f5cde24e7a66efa4e6628e280d.tar.bz2 |
PR binutils/14662
* elf.c (_bfd_elf_make_section_from_shdr): Treat .gdb_index as
SEC_DEBUGGING.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c3e181..6cfec50 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-10-08 Alan Modra <amodra@gmail.com> + + PR binutils/14662 + * elf.c (_bfd_elf_make_section_from_shdr): Treat .gdb_index as + SEC_DEBUGGING. + 2012-09-20 Walter Lee <walt@tilera.com> * elf32-tilepro.c (tilepro_elf_relocate_section): Adjust got @@ -11,7 +17,7 @@ 2012-09-18 H.J. Lu <hongjiu.lu@intel.com> PR ld/14591 - * elf-bfd.h (_bfd_elf_merge_symbol): Add an argument to return + * elf-bfd.h (_bfd_elf_merge_symbol): Add an argument to return if the old symbol is weak. * elf32-sh-symbian.c (sh_symbian_relocate_section): Update |