aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2017-06-27 02:58:27 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2017-06-27 02:58:27 +0100
commit1284e99a6ce362d342d6468e5caa39ddab574721 (patch)
tree7bc7b413ddd6bcf30cd1dd9cb7278778328626cd /ld/ChangeLog
parentb1a2d7a0e57abc06e6ec99c88ca9992780f45f71 (diff)
downloadgdb-1284e99a6ce362d342d6468e5caa39ddab574721.zip
gdb-1284e99a6ce362d342d6468e5caa39ddab574721.tar.gz
gdb-1284e99a6ce362d342d6468e5caa39ddab574721.tar.bz2
MIPS/LD/testsuite: mips-elf-flags: Use `remote_exec' to call `readelf'
For ELF file header flag verification done in `good_combination' in the `mips-elf-flags.exp' test script the version of `readelf' built along with the rest of binutils has to be used rather than any such executable already present on the build system, so that flags recognized by the tool match those supported by LD being tested. Use `remote_exec' as elsewhere in the LD test framework and also with GAS and LD used here, getting and arranging for extra reporting of `readelf' calls included in test logs on this occasion as well. ld/ * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination): Use `remote_exec' to call `readelf'. Log the command issued.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0bc1876..529850d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,6 +1,11 @@
2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
* testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
+ Use `remote_exec' to call `readelf'. Log the command issued.
+
+2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
+
+ * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
Use `readelf -h' rather than `readelf --headers'.
2017-06-26 Maciej W. Rozycki <macro@imgtec.com>