OSDN Git Service

bfd/
authorAlan Modra <amodra@bigpond.net.au>
Wed, 30 May 2007 14:29:27 +0000 (14:29 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 30 May 2007 14:29:27 +0000 (14:29 +0000)
commit4712b7c403966433e62ddcdd5630b590c2218040
tree02c154aae2bf0d28e54b00a2e2c3132d49d93e53
parentbfb22d3471b61eb3e20e2dd09f7bb712a9dae3ee
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