diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-24 07:07:22 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-24 07:07:22 +0000 |
commit | 1ba54ee0206e3d32ee062d24d8342cd713ab4a0a (patch) | |
tree | 371f2e8f556d79b4586c1190306581fdcda8d595 /bfd/ChangeLog | |
parent | 5efb626185b9820d357696c1ade63ec19b24a80d (diff) | |
download | gdb-1ba54ee0206e3d32ee062d24d8342cd713ab4a0a.zip gdb-1ba54ee0206e3d32ee062d24d8342cd713ab4a0a.tar.gz gdb-1ba54ee0206e3d32ee062d24d8342cd713ab4a0a.tar.bz2 |
bfd/
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Add output section
vma and output offset to address.
* simple.c (simple_save_output_info): Only set output section
and offset for debug sections, or those not already set up by
the linker.
(bfd_simple_get_relocated_section_contents): Update comment.
ld/testsuite/
* ld-elfvsb/elfvsb.exp: Remove file name from "undefined ref" string.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8537513..1d96352 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2004-09-24 Alan Modra <amodra@bigpond.net.au> + * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add output section + vma and output offset to address. + * simple.c (simple_save_output_info): Only set output section + and offset for debug sections, or those not already set up by + the linker. + (bfd_simple_get_relocated_section_contents): Update comment. + +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 |