diff options
author | Tristan Gingold <gingold@adacore.com> | 2017-03-31 15:25:18 +0200 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2017-04-07 10:03:17 +0200 |
commit | 1fd6d111905e76dfa7af9fbee5229f3f1d360b4c (patch) | |
tree | cb8f9e966484f2911a9ef1f3d0df62d338701922 /ld/ChangeLog | |
parent | 436252de3e9de546001c4312d0863ce7e10aa200 (diff) | |
download | binutils-1fd6d111905e76dfa7af9fbee5229f3f1d360b4c.zip binutils-1fd6d111905e76dfa7af9fbee5229f3f1d360b4c.tar.gz binutils-1fd6d111905e76dfa7af9fbee5229f3f1d360b4c.tar.bz2 |
pe/coff: handle weak defined symbol for gc-sections.
bfd/
* coffgen.c (_bfd_coff_gc_mark_hook): Handle PE weak
external symbols with a definition.
(_bfd_coff_gc_mark_extra_sections): Fix typo.
ld/
* testsuite/ld-pe/pe.exp: New test.
* testsuite/ld-pe/weakdef-1.s: New test source.
* testsuite/ld-pe/weakdef-1.d: New test.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1bd90a2..1d2f43b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-04-07 gingold <gingold@gingold-Precision-7510> + + * testsuite/ld-pe/pe.exp: New test. + * testsuite/ld-pe/weakdef-1.s: New test source. + * testsuite/ld-pe/weakdef-1.d: New test. + 2017-04-07 Alan Modra <amodra@gmail.com> * testsuite/ld-elf/mbind1a.d: Remove matches for PT_LOAD segments. |