diff options
author | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-03-27 10:54:26 +0000 |
---|---|---|
committer | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-03-27 10:54:26 +0000 |
commit | 1fafefd59438f92206e65ea6b2022d82c5ccfe12 (patch) | |
tree | 49b5c65c823a62e0309d4e9d1883f62f637019a7 /binutils/ChangeLog | |
parent | 80e2a3b66ed9055fc26a1e5e26c6158b1c87111d (diff) | |
download | gdb-1fafefd59438f92206e65ea6b2022d82c5ccfe12.zip gdb-1fafefd59438f92206e65ea6b2022d82c5ccfe12.tar.gz gdb-1fafefd59438f92206e65ea6b2022d82c5ccfe12.tar.bz2 |
Add testcase for PR 25662 invalid sh_offset for section
binutils/ChangeLog:
2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
PR binutils/25662
* testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
specify whether an object file or executable should be built and tested.
Change test names to report whether an object file or executable is
being tested.
* testsuite/binutils-all/pr25662.ld: New test.
* testsuite/binutils-all/pr25662.s: New test.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index efc2e9e..df1655c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com> + + PR binutils/25662 + * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to + specify whether an object file or executable should be built and tested. + Change test names to report whether an object file or executable is + being tested. + * testsuite/binutils-all/pr25662.ld: New test. + * testsuite/binutils-all/pr25662.s: New test. + 2020-03-27 Alan Modra <amodra@gmail.com> * readelf.c (process_archive): Don't double free qualified_name. |