aboutsummaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2018-03-19 00:37:31 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2018-03-23 11:55:01 +0000
commit066cfa988ddf88ad32b7a114f2e984a13a3848c8 (patch)
tree645630a103cf076620f3562e2560918f98b5ed6f /config/mh-mingw
parentd80e524238a17878eee0c620d56e2fad072556bc (diff)
downloadgdb-066cfa988ddf88ad32b7a114f2e984a13a3848c8.zip
gdb-066cfa988ddf88ad32b7a114f2e984a13a3848c8.tar.gz
gdb-066cfa988ddf88ad32b7a114f2e984a13a3848c8.tar.bz2
gdb: Minor cleanup in some gdb.arch/* tests
A small number of tests incorrectly tried to pass -Wa,-g through to GCC as an extra compile time flag, either to gdb_compile or prepare_for_testing. The problem is that the syntax used for passing the flags was incorrect, and as a result these extra flags were being ignored. Luckily, the 'debug' flag was being passed in each case anyway, which means that the '-g' flag would already be added. Given that all these tests pass 'debug', and the invalid flag has been ignored for some time, I'm just removing the flags in this commit. I've also changed the tests from using gdb_compile to prepare_for_testing, which allows some extra code to be removed from a couple of tests scripts. There should be no change in the test results after this commit. gdb/testsuite/ChangeLog: * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag option, syntax was wrong anyway. * gdb.arch/arm-disp-step.exp: Likewise. * gdb.arch/sparc64-regs.exp: Likewise. * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag option, syntax was wrong anyway, switch to use prepare_for_testing. * gdb.arch/i386-disp-step.exp: Likewise.
Diffstat (limited to 'config/mh-mingw')
0 files changed, 0 insertions, 0 deletions