diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-04-09 13:42:01 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-04-09 13:42:01 +0100 |
commit | d52e3d06e5db7041913278caace3389504c0478c (patch) | |
tree | 1480a5d003446c1f36261e9439f9291adb23647a /binutils/ChangeLog | |
parent | aec2e0d252342aa7575aff608e999a36f27a9147 (diff) | |
download | gdb-d52e3d06e5db7041913278caace3389504c0478c.zip gdb-d52e3d06e5db7041913278caace3389504c0478c.tar.gz gdb-d52e3d06e5db7041913278caace3389504c0478c.tar.bz2 |
binutils/testsuite: Fix a crash with STN_UNDEF in relocation
Verify that `strip' completes successfully and a correct relocation
entry is copied for a relocation encountered with the STN_UNDEF symbol
index.
binutils/
* testsuite/binutils-all/strip-15.d: New test.
* testsuite/binutils-all/strip-15rel.s: New test source.
* testsuite/binutils-all/strip-15rela.s: New test source.
* testsuite/binutils-all/strip-15mips64.s: New test source.
* testsuite/binutils-all/objcopy.exp: Run the new test.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0c1b95d..c7a631a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,13 @@ 2018-04-09 Maciej W. Rozycki <macro@mips.com> + * testsuite/binutils-all/strip-15.d: New test. + * testsuite/binutils-all/strip-15rel.s: New test source. + * testsuite/binutils-all/strip-15rela.s: New test source. + * testsuite/binutils-all/strip-15mips64.s: New test source. + * testsuite/binutils-all/objcopy.exp: Run the new test. + +2018-04-09 Maciej W. Rozycki <macro@mips.com> + * testsuite/binutils-all/strip-14.d: New test. * testsuite/binutils-all/strip-14rel.s: New test source. * testsuite/binutils-all/strip-14rela.s: New test source. |