diff options
author | Nick Clifton <nickc@redhat.com> | 1998-05-29 17:00:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-05-29 17:00:08 +0000 |
commit | e5fc780949c7ad5e15f03f89179ef3b72320413c (patch) | |
tree | 626858898b7a0c994bafb733e687978806ab0856 /bfd/ChangeLog | |
parent | 1793f86d75d6e150e227e21f321c290731876954 (diff) | |
download | gdb-e5fc780949c7ad5e15f03f89179ef3b72320413c.zip gdb-e5fc780949c7ad5e15f03f89179ef3b72320413c.tar.gz gdb-e5fc780949c7ad5e15f03f89179ef3b72320413c.tar.bz2 |
Partial fix for PR 15929 - Change physical address of segment when its
sections' LMAs have changed.
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 b130f55..782cae6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri May 29 09:58:08 1998 Nick Clifton <nickc@cygnus.com> + + * elf.c (copy_private_bfd_data): Adjust physical address of + segment in output BFD to contain LMAs of its sections. + Tue May 26 19:37:47 1998 Stan Cox <scox@equinox.cygnus.com> * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map, @@ -520,8 +525,10 @@ Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com> * elf-bfd.h (elf_linker_section_t): Make alignment unsigned. (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned. * elf.c (assign_file_positions_for_segments): Always set adjust. +start-sanitize-d30v * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully parenthesize expression. +end-sanitize-d30v * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h. (m32r_elf_object_p): Return a value. (m32r_elf_print_private_bfd_data): Change fprintf format string. |