diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-02 05:00:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-02 05:00:59 -0700 |
commit | 36a900f483789dc2ec4bfd31386e29b52fd2e019 (patch) | |
tree | bf4c769ed210a01fc53eb6bac5d794d43f49e25e /ld/ChangeLog | |
parent | 09a8cc152be1b6ad2e309ac2d61caa5a4a1c3a54 (diff) | |
download | gdb-36a900f483789dc2ec4bfd31386e29b52fd2e019.zip gdb-36a900f483789dc2ec4bfd31386e29b52fd2e019.tar.gz gdb-36a900f483789dc2ec4bfd31386e29b52fd2e019.tar.bz2 |
Add a testcase for PR binutils/23460
Add a testcase to limit open files to 16 for AR with plugin. Before
commit 103da91bc083f94769e3758175a96d06cef1f8fe
Author: Nick Clifton <nickc@redhat.com>
Date: Wed Aug 1 14:34:41 2018 +0100
Close resource leaks in the BFD library's plugin handler.
it failed with:
../binutils/ar: tmpdir/pr23460f.o: plugin needed to handle lto object
PR binutils/23460
* testsuite/ld-plugin/lto.exp: Run the PR binutils/23460 test.
* testsuite/ld-plugin/pr23460a.c: New file.
* testsuite/ld-plugin/pr23460b.c: Likewise.
* testsuite/ld-plugin/pr23460c.c: Likewise.
* testsuite/ld-plugin/pr23460d.c: Likewise.
* testsuite/ld-plugin/pr23460e.c: Likewise.
* testsuite/ld-plugin/pr23460f.c: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b1ccec8..c5838d2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2018-08-02 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/23460 + * testsuite/ld-plugin/lto.exp: Run the PR binutils/23460 test. + * testsuite/ld-plugin/pr23460a.c: New file. + * testsuite/ld-plugin/pr23460b.c: Likewise. + * testsuite/ld-plugin/pr23460c.c: Likewise. + * testsuite/ld-plugin/pr23460d.c: Likewise. + * testsuite/ld-plugin/pr23460e.c: Likewise. + * testsuite/ld-plugin/pr23460f.c: Likewise. + 2018-08-01 Roland McGrath <mcgrathr@google.com> * testsuite/ld-aarch64/ifunc-1-local.d: Adjust regexps to match |