diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-02 06:36:52 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-02 06:36:52 -0800 |
commit | 6ba2af251c40aea2483b3c9666667af364e68495 (patch) | |
tree | 20a49db306fa72221af45c2600dc1b2b226ee8fa /ld/ChangeLog | |
parent | 85fabe715c441e1c90fe913e2a6d65f0e487e5e8 (diff) | |
download | gdb-6ba2af251c40aea2483b3c9666667af364e68495.zip gdb-6ba2af251c40aea2483b3c9666667af364e68495.tar.gz gdb-6ba2af251c40aea2483b3c9666667af364e68495.tar.bz2 |
Add a testcase for PR ld/18591
PR ld/18591
* testsuite/ld-x86-64/pr18591.d: New file.
* testsuite/ld-x86-64/pr18591.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run pr18591.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 47af0bd..a46c644 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2016-02-02 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/18591 + * testsuite/ld-x86-64/pr18591.d: New file. + * testsuite/ld-x86-64/pr18591.s: Likewise. + * testsuite/ld-x86-64/x86-64.exp: Run pr18591. + 2016-02-01 H.J. Lu <hongjiu.lu@intel.com> PR ld/19553 |