diff options
author | Roland McGrath <roland@gnu.org> | 2012-04-09 16:27:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-04-09 16:27:18 +0000 |
commit | d324f6d66ba4ddd975973e0a494c5c9c9be532fc (patch) | |
tree | 561e713d099fbd067469d7821b5adde18f21e364 /bfd/ChangeLog | |
parent | fb57d4525b04b5fc28dc98c6034aa5c667bbbc71 (diff) | |
download | gdb-d324f6d66ba4ddd975973e0a494c5c9c9be532fc.zip gdb-d324f6d66ba4ddd975973e0a494c5c9c9be532fc.tar.gz gdb-d324f6d66ba4ddd975973e0a494c5c9c9be532fc.tar.bz2 |
bfd/
* elf.c (_bfd_elf_map_sections_to_segments): Set INFO->user_phdrs.
* elf-nacl.c (nacl_modify_segment_map): Do nothing if INFO->user_phdrs.
(nacl_modify_program_headers): Likewise.
include/
* bfdlink.h (struct bfd_link_info): Add new member user_phdrs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 56a1121..6d12944 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-04-09 Roland McGrath <mcgrathr@google.com> + + * elf.c (_bfd_elf_map_sections_to_segments): Set INFO->user_phdrs. + * elf-nacl.c (nacl_modify_segment_map): Do nothing if INFO->user_phdrs. + (nacl_modify_program_headers): Likewise. + 2012-04-03 Roland McGrath <mcgrathr@google.com> * elf-nacl.c: New file. |