diff options
author | Alan Modra <amodra@gmail.com> | 2017-09-22 08:27:01 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-09-22 11:45:55 +0930 |
commit | 11bb0c7abcb26fcc4ce75c66c38eca1f7b3e3480 (patch) | |
tree | c5e607e22e83c62ca974f44588297a986e69f6a2 /binutils/ChangeLog | |
parent | df52f331ed2dd79fc8461784abfaf3c1a9c827dc (diff) | |
download | fsf-binutils-gdb-11bb0c7abcb26fcc4ce75c66c38eca1f7b3e3480.zip fsf-binutils-gdb-11bb0c7abcb26fcc4ce75c66c38eca1f7b3e3480.tar.gz fsf-binutils-gdb-11bb0c7abcb26fcc4ce75c66c38eca1f7b3e3480.tar.bz2 |
readelf tests
We have multiple tests that report failure to assemble without saying
exactly what test is failing.
* testsuite/binutils-all/readelf.exp: Don't perror and exit on
bintest.s assembly failure. Report tests unresolved instead.
Likewise for version note test, pr18374, decompress, and dw5
tests.
(readelf_test): Set testname to include both option and binary
file name. Use for pass/fail.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6cf8f77..87ee8a4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2017-09-22 Alan Modra <amodra@gmail.com> + + * testsuite/binutils-all/readelf.exp: Don't perror and exit on + bintest.s assembly failure. Report tests unresolved instead. + Likewise for version note test, pr18374, decompress, and dw5 + tests. + (readelf_test): Set testname to include both option and binary + file name. Use for pass/fail. + 2017-09-21 Maciej W. Rozycki <macro@imgtec.com> * readelf.c (get_machine_flags) <E_MIPS_MACH_5900>: New case. |