This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] MIPS/gas/testsuite: mips.exp indentation fixes


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]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]