diff options
author | Roland McGrath <mcgrathr@google.com> | 2013-11-19 14:57:54 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2013-11-19 15:05:15 -0800 |
commit | 33aa641a5d20d54adaac9b21b5a3e19b03f0bd4f (patch) | |
tree | 5ae55374f18995d0749e3ce5d861f95c3b7c5713 /bfd/ChangeLog | |
parent | aa01e46a4cd80b8398befa84feaf87660d423602 (diff) | |
download | gdb-33aa641a5d20d54adaac9b21b5a3e19b03f0bd4f.zip gdb-33aa641a5d20d54adaac9b21b5a3e19b03f0bd4f.tar.gz gdb-33aa641a5d20d54adaac9b21b5a3e19b03f0bd4f.tar.bz2 |
Fix *-nacl* target objcopy/strip of binary made with custom linker script
bfd/
* elf-nacl.c (nacl_modify_segment_map): Calculate SIZEOF_HEADERS
when not doing linking (i.e. INFO is a null pointer).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e997dc6..89a8f1b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-11-19 Roland McGrath <mcgrathr@google.com> + + * elf-nacl.c (nacl_modify_segment_map): Calculate SIZEOF_HEADERS + when not doing linking (i.e. INFO is a null pointer). + 2013-11-19 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent. |