diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-12-19 08:49:38 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-12-19 08:49:38 +0000 |
commit | 3271a81418b2396c04dc040163a579cddcd23e2e (patch) | |
tree | fdf3023b1cd22b459db1f2dc0308fb3c3e2a7600 /bfd/ChangeLog | |
parent | f6fe8b45149d111b23f3434c3d67dfa80e273cbe (diff) | |
download | gdb-3271a81418b2396c04dc040163a579cddcd23e2e.zip gdb-3271a81418b2396c04dc040163a579cddcd23e2e.tar.gz gdb-3271a81418b2396c04dc040163a579cddcd23e2e.tar.bz2 |
bfd/
* elf.c (assign_file_positions_for_load_sections): Adjust p_vaddr
by p_vaddr_offset. Copy alignment & use if it is valid.
(rewrite_elf_program_headers): Cope with leading padding in a
segment that does not contain file or program headers.
(copy_elf_program_header): Likewise.
include/elf/
* internal.h (struct elf_segment_map): Add p_vaddr_offset field.
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 61e0281..d350378 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2006-12-19 Nathan Sidwell <nathan@codesourcery.com> + + * elf.c (assign_file_positions_for_load_sections): Adjust p_vaddr + by p_vaddr_offset. Copy alignment & use if it is valid. + (rewrite_elf_program_headers): Cope with leading padding in a + segment that does not contain file or program headers. + (copy_elf_program_header): Likewise. + 2006-12-15 Mark Kettenis <kettenis@gnu.org> * config.bfd: (sh*-*-openbsd*): Add target. @@ -57,6 +65,7 @@ * elf64-alpha.c (elf64_alpha_merge_symbol_attribute): New function. (elf_backend_merge_symbol_attribute): Define. +>>>>>>> 1.3701 2006-12-04 Jan Beulich <jbeulich@novell.com> * elflink.c (_bfd_elf_link_create_dynamic_sections): Don't create |