This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed] MIPS/gas/testsuite: mips.exp indentation fixes
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: <binutils at sourceware dot org>
- Date: Thu, 21 Aug 2014 01:54:31 +0100
- Subject: [committed] MIPS/gas/testsuite: mips.exp indentation fixes
- Authentication-results: sourceware.org; auth=none
Hi,
Indentation correction to match surrounding code. Applied as obvious.
2014-08-21 Maciej W. Rozycki <macro@codesourcery.com>
gas/testsuite/
* gas/mips/mips.exp: Correct indentation.
Maciej
binutils-gas-mips-test-jalr3-fixup.diff
Index: binutils-fsf-trunk-quilt/gas/testsuite/gas/mips/mips.exp
===================================================================
--- binutils-fsf-trunk-quilt.orig/gas/testsuite/gas/mips/mips.exp 2014-04-04 15:27:20.037584204 +0100
+++ binutils-fsf-trunk-quilt/gas/testsuite/gas/mips/mips.exp 2014-04-04 15:53:19.707558128 +0100
@@ -901,14 +901,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]