diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-24 03:13:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-24 03:13:01 +0000 |
commit | 5efb626185b9820d357696c1ade63ec19b24a80d (patch) | |
tree | 980b4b2530462b7c0c1a02952573143bb330c9af /bfd/ChangeLog | |
parent | 315b3b02cfd1467b6e10bb0a0e4f2e25bba10390 (diff) | |
download | gdb-5efb626185b9820d357696c1ade63ec19b24a80d.zip gdb-5efb626185b9820d357696c1ade63ec19b24a80d.tar.gz gdb-5efb626185b9820d357696c1ade63ec19b24a80d.tar.bz2 |
* elf.c (IS_LOADED): Delete.
(assign_file_positions_for_segments): Just test SEC_LOAD instead.
Restore SEC_HAS_CONTENTS test to the one place it was used prior
to 2004-09-22.
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 842e7d9..8537513 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2004-09-24 Alan Modra <amodra@bigpond.net.au> + + * elf.c (IS_LOADED): Delete. + (assign_file_positions_for_segments): Just test SEC_LOAD instead. + Restore SEC_HAS_CONTENTS test to the one place it was used prior + to 2004-09-22. + 2004-09-23 Alan Modra <amodra@bigpond.net.au> PR gas/396 |