diff options
author | Alan Modra <amodra@gmail.com> | 2010-11-08 02:48:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-11-08 02:48:57 +0000 |
commit | 4e011fb578429f06c186a2910270d34ea4bb3c8e (patch) | |
tree | 547c4ff12c955f2dc8260e4fd3578577d04a7e33 /binutils/testsuite | |
parent | fff50f7175e03e9edebf8eeefb1a9d51046860c4 (diff) | |
download | gdb-4e011fb578429f06c186a2910270d34ea4bb3c8e.zip gdb-4e011fb578429f06c186a2910270d34ea4bb3c8e.tar.gz gdb-4e011fb578429f06c186a2910270d34ea4bb3c8e.tar.bz2 |
bfd/
* hash.c (bfd_hash_hash): Extract from..
(bfd_hash_lookup): ..here.
(bfd_hash_rename): New function.
* section.c (bfd_rename_section): New function.
* bfd-in.h (bfd_hash_rename): Declare.
* bfd-in2.h: Regenerate.
* elf.c (_bfd_elf_make_section_from_shdr): Rename input sections
when compressing or decompressing. Don't assert name match.
* elf64-hppa.c (get_reloc_section): Don't assert name match.
* elfxx-ia64.c (get_reloc_section): Likewise.
binutils/
* objcopy.c (copy_main): No need to rename sections when compressing
or decompressing.
binutils/testsuite/
* binutils-all/objdump.W: Adjust expected result for debug section
rename.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.W | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index dedc5f2..2165aa8 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-11-08 Alan Modra <amodra@gmail.com> + + * binutils-all/objdump.W: Adjust expected result for debug section + rename. + 2010-11-02 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/libdw2.out: Also accept MIPS_DWARF. diff --git a/binutils/testsuite/binutils-all/objdump.W b/binutils/testsuite/binutils-all/objdump.W index 8de584a..0197647 100644 --- a/binutils/testsuite/binutils-all/objdump.W +++ b/binutils/testsuite/binutils-all/objdump.W @@ -73,7 +73,7 @@ Raw dump of debug contents of section .debug_line: Extended opcode 1: End of Sequence -Contents of the .zdebug_abbrev section: +Contents of the .debug_abbrev section: Number TAG 1 DW_TAG_compile_unit \[has children\] |