diff options
author | Nathaniel Smith <njs@pobox.com> | 2016-02-01 13:44:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-02-01 13:44:15 +0000 |
commit | 655ed9ea1703173cb796070ed9843ea90bb74e58 (patch) | |
tree | 19e0ac905827f5a991c4f26a8c3d3a3aded1baa0 /bfd/ChangeLog | |
parent | ac0d427f4b3a2b82dcf395da74fdbc71ee598095 (diff) | |
download | gdb-655ed9ea1703173cb796070ed9843ea90bb74e58.zip gdb-655ed9ea1703173cb796070ed9843ea90bb74e58.tar.gz gdb-655ed9ea1703173cb796070ed9843ea90bb74e58.tar.bz2 |
Add support for importing data from ILF images.
* peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
CODE and DATA.
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 f75631e..35d596d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2016-02-01 Nathaniel Smith <njs@pobox.com> + + * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both + CODE and DATA. + 2016-02-01 Alan Modra <amodra@gmail.com> * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on |