diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-08-21 01:52:13 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-08-21 01:52:13 +0100 |
commit | 42868dce3e9d5c858d91f141ec920bc4629a5918 (patch) | |
tree | 0830bbb58365cbea75795edfb101b15521f3440d /gas | |
parent | 83e12debff27af04efd261f7858622c7b851c233 (diff) | |
download | gdb-42868dce3e9d5c858d91f141ec920bc4629a5918.zip gdb-42868dce3e9d5c858d91f141ec920bc4629a5918.tar.gz gdb-42868dce3e9d5c858d91f141ec920bc4629a5918.tar.bz2 |
MIPS/gas/testsuite: mips.exp indentation fixes
* gas/mips/mips.exp: Correct indentation.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ad41e0f..88b49ee 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-08-21 Maciej W. Rozycki <macro@codesourcery.com> + + * gas/mips/mips.exp: Correct indentation. + 2014-08-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * gas/arm/ual-vcmp.s: New file. diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index ed63cdc..15197e4 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -925,14 +925,14 @@ if { [istarget mips*-*-vxworks*] } { run_dump_test "tls-relw" run_dump_test "jalr2" run_dump_test_arches "jalr3" [mips_arch_list_matching mips1 \ - !micromips] + !micromips] if $has_newabi { run_dump_test_arches "jalr3-n32" \ - [mips_arch_list_matching mips3 \ - !micromips] + [mips_arch_list_matching mips3 \ + !micromips] run_dump_test_arches "jalr3-n64" \ - [mips_arch_list_matching mips3 \ - !micromips] + [mips_arch_list_matching mips3 \ + !micromips] } run_dump_test_arches "aent" [mips_arch_list_matching mips1] |