OSDN Git Service

bfd/
authoramodra <amodra>
Wed, 30 May 2007 14:29:26 +0000 (14:29 +0000)
committeramodra <amodra>
Wed, 30 May 2007 14:29:26 +0000 (14:29 +0000)
commitc218ad75caba3bc5933454254e4037ad33c7465b
treea09b76513ff018f3f258fedf871fa79ac7d8704b
parent91ad4fd633decd452941e602b8dca6cd90c86815
bfd/
* elf.c (elf_fake_sections): Adjust test for SHT_NOBITS sections
created by objcopy --only-keep-debug.
(_bfd_elf_init_private_section_data): Only change elf_section_type
if it is SHT_NULL.
binutils/
* objcopy.c (copy_object): Revert 2007-05-11 change.  Don't
avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
(setup_section): Don't modify flags, and don't avoid calling
bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
* readelf.c (process_program_headers): Ignore .dynamic of type
SHT_NOBITS.
bfd/ChangeLog
bfd/elf.c
binutils/ChangeLog
binutils/objcopy.c
binutils/readelf.c