diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-23 20:49:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-23 20:56:31 -0700 |
commit | 309cae1f7bbb6c4de0234e9f592d7dad3d6c61ba (patch) | |
tree | b61443f60b3351096ad9ee3a009420fb2bcd3970 /ld/ChangeLog | |
parent | 4636b7db71d4ca8ccf999a837e932ee1d009ad42 (diff) | |
download | binutils-309cae1f7bbb6c4de0234e9f592d7dad3d6c61ba.zip binutils-309cae1f7bbb6c4de0234e9f592d7dad3d6c61ba.tar.gz binutils-309cae1f7bbb6c4de0234e9f592d7dad3d6c61ba.tar.bz2 |
ld: Add -Bsymbolic-functions tests
PR ld/26018
* testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
* testsuite/ld-i386/pr26018.d: New file.
* testsuite/ld-x86-64/pr26018.d: Likewise.
* testsuite/ld-x86-64/pr26018.s: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d12f372..0a2efa1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2020-05-23 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/26018 + * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test. + * testsuite/ld-x86-64/x86-64.exp: Likewise. + * testsuite/ld-i386/pr26018.d: New file. + * testsuite/ld-x86-64/pr26018.d: Likewise. + * testsuite/ld-x86-64/pr26018.s: Likewise. + 2020-05-21 Alan Modra <amodra@gmail.com> * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout. |