diff options
author | Alan Modra <amodra@gmail.com> | 2007-05-30 13:38:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-05-30 13:38:50 +0000 |
commit | 02bf8d82b539bf6c1cb8d4f7b12449930e94d431 (patch) | |
tree | cd03d4d32e74638a49eb37ec29cf3c925bf87923 /bfd/ChangeLog | |
parent | 4e57dfd62a79b26d27246ec43d1d97d468cbfe4e (diff) | |
download | gdb-02bf8d82b539bf6c1cb8d4f7b12449930e94d431.zip gdb-02bf8d82b539bf6c1cb8d4f7b12449930e94d431.tar.gz gdb-02bf8d82b539bf6c1cb8d4f7b12449930e94d431.tar.bz2 |
* elf.c (assign_file_positions_for_load_sections): Correct sh_type
to SHT_NOBITS earlier. Base actions in rest of function on sh_type
and sh_flags instead of bfd section flags. Delete voff and code
keeping nobits segments aligned.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 37c21dd..01d0436 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-05-30 Alan Modra <amodra@bigpond.net.au> + + * elf.c (assign_file_positions_for_load_sections): Correct sh_type + to SHT_NOBITS earlier. Base actions in rest of function on sh_type + and sh_flags instead of bfd section flags. Delete voff and code + keeping nobits segments aligned. + 2007-05-25 Eric Christopher <echristo@apple.com> * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): |