diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-28 10:28:03 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-28 11:23:45 +1030 |
commit | 6a81c59be7561dd36b35dafdd65e499f03977232 (patch) | |
tree | 6ec5700de615db0bc8571fbdb4487bfa3fc2f557 /binutils/ChangeLog | |
parent | 8f4afc71128db5f0c5bd93996d210fc3d13b5ee8 (diff) | |
download | gdb-6a81c59be7561dd36b35dafdd65e499f03977232.zip gdb-6a81c59be7561dd36b35dafdd65e499f03977232.tar.gz gdb-6a81c59be7561dd36b35dafdd65e499f03977232.tar.bz2 |
Adjust objcopy_test
xfails spu due to a note section getting a different vma, and some
mips targets that give section symbols a name string. I added -p
for the executable test in an attempt to fix all the pe target fails,
but that doesn't preserve the date/time for some reason.
* testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
but do xfail spu, mipstx39 and mips-sgi-irix for the executable
test. Pass "-p" to objcopy for the executable test.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index df1655c..cb8836c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2020-03-28 Alan Modra <amodra@gmail.com> + + * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails + from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x + but do xfail spu, mipstx39 and mips-sgi-irix for the executable + test. Pass "-p" to objcopy for the executable test. + 2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com> PR binutils/25662 |