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] PR ld/20828: LD/testsuite: Correct indentation


	ld/
	PR ld/20828
	* testsuite/ld-elf/shared.exp: Correct PR ld/20828 test 
	indentation.
---
 Umm, I have no idea how I overlooked that extraneous indentation space.
Committed as obvious.

  Maciej

binutils-bfd-elf-link-assignment-forced-local-test-format.diff
Index: binutils/ld/testsuite/ld-elf/shared.exp
===================================================================
--- binutils.orig/ld/testsuite/ld-elf/shared.exp	2017-01-31 14:40:54.000000000 +0000
+++ binutils/ld/testsuite/ld-elf/shared.exp	2017-01-31 14:43:26.284449804 +0000
@@ -54,30 +54,30 @@ if { [check_gc_sections_available] } {
     run_ld_link_tests [list \
 	[list \
 	    "PR ld/20828 dynamic symbols with section GC\
-	      (auxiliary shared library)" \
-	     "$LFLAGS -shared --gc-sections -T pr20828.ld" "" "$AFLAGS_PIC" \
-	     {pr20828.s} \
-	     {{readelf --dyn-syms pr20828-a.sd} \
-	      {readelf --dyn-syms pr20828-b.sd}} \
-	     "libpr20828.so"] \
+	     (auxiliary shared library)" \
+	    "$LFLAGS -shared --gc-sections -T pr20828.ld" "" "$AFLAGS_PIC" \
+	    {pr20828.s} \
+	    {{readelf --dyn-syms pr20828-a.sd} \
+	     {readelf --dyn-syms pr20828-b.sd}} \
+	    "libpr20828.so"] \
 	[list \
 	    "PR ld/20828 dynamic symbols with section GC (plain)" \
-	     "$LFLAGS -shared --gc-sections -T pr20828.ld" \
-	     "tmpdir/libpr20828.so" "$AFLAGS_PIC" \
-	     {pr20828.s} \
-	     {{readelf --dyn-syms pr20828-a.sd} \
-	      {readelf --dyn-syms pr20828-b.sd}} \
-	     "pr20828-1.so"] \
+	    "$LFLAGS -shared --gc-sections -T pr20828.ld" \
+	    "tmpdir/libpr20828.so" "$AFLAGS_PIC" \
+	    {pr20828.s} \
+	    {{readelf --dyn-syms pr20828-a.sd} \
+	     {readelf --dyn-syms pr20828-b.sd}} \
+	    "pr20828-1.so"] \
 	[list \
 	    "PR ld/20828 dynamic symbols with section GC (version script)" \
-	     "$LFLAGS -shared --gc-sections -T pr20828.ld\
-	      --version-script=pr20828.ver" \
-	     "tmpdir/libpr20828.so" \
-	     "$AFLAGS_PIC" \
-	     {pr20828.s} \
-	     {{readelf --dyn-syms pr20828-b.sd} \
-	      {readelf --dyn-syms pr20828-c.sd}} \
-	     "pr20828-2.so"]]
+	    "$LFLAGS -shared --gc-sections -T pr20828.ld\
+	     --version-script=pr20828.ver" \
+	    "tmpdir/libpr20828.so" \
+	    "$AFLAGS_PIC" \
+	    {pr20828.s} \
+	    {{readelf --dyn-syms pr20828-b.sd} \
+	     {readelf --dyn-syms pr20828-c.sd}} \
+	    "pr20828-2.so"]]
 }
 
 # Check to see if the C compiler works


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