diff options
author | Nick Clifton <nickc@redhat.com> | 2015-03-18 16:19:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-03-18 16:19:59 +0000 |
commit | 27aaeda0cdf9f69625b96e3abdb25c8fdbbb3435 (patch) | |
tree | b15f9dacb64dd82acd67857e892df2c05022a846 /bfd/ChangeLog | |
parent | 273a49858fa9c8d73de87167618ef99d70f9731a (diff) | |
download | gdb-27aaeda0cdf9f69625b96e3abdb25c8fdbbb3435.zip gdb-27aaeda0cdf9f69625b96e3abdb25c8fdbbb3435.tar.gz gdb-27aaeda0cdf9f69625b96e3abdb25c8fdbbb3435.tar.bz2 |
Fixes a problem generating relocs for import libraries created by Microsoft tools for the x85_64 architecture.
PR ld/16598
* peicode.h (pe_ILF_build_a_bfd): Add support for creating relocs
suitable for the AMD64.
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 c5f109e..dcc93fd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-03-18 Eric Youngdale <eyoungdale@ptc.com> + + PR ld/16598 + * peicode.h (pe_ILF_build_a_bfd): Add support for creating relocs + suitable for the AMD64. + 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk> Nick Clifton <nickc@redhat.com> |