diff options
author | Alan Modra <amodra@gmail.com> | 2020-07-07 10:23:06 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-07-07 18:26:33 +0930 |
commit | efd0ed580ed9f84ae095b592e5ae686e62eb9a3e (patch) | |
tree | 41e04943cb9f9f7465d9bb5a0fefe7ab888654a6 /binutils/ChangeLog | |
parent | fb3dc2133648119386c9262892f782c29683f920 (diff) | |
download | gdb-efd0ed580ed9f84ae095b592e5ae686e62eb9a3e.zip gdb-efd0ed580ed9f84ae095b592e5ae686e62eb9a3e.tar.gz gdb-efd0ed580ed9f84ae095b592e5ae686e62eb9a3e.tar.bz2 |
XCOFF binutils testsuite fix
Avoid an UNRESOLVED test due to "Error: the XCOFF file format does not
support arbitrary sections".
* testsuite/lib/binutils-common.exp (is_xcoff_format): New.
* testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0f4b5c8..47cad6e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-07-07 Alan Modra <amodra@gmail.com> + + * testsuite/lib/binutils-common.exp (is_xcoff_format): New. + * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff. + 2020-07-06 Nick Clifton <nickc@redhat.com> * po/bg.po: Updated Bulgarian translation. |