This is the mail archive of the binutils-cvs@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]

[binutils-gdb] PR ld/20828: LD/testsuite: Correct indentation


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=15a00b13aedc6300732d0b3b6b9daefa361ced6f

commit 15a00b13aedc6300732d0b3b6b9daefa361ced6f
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Tue Jan 31 17:59:44 2017 +0000

    PR ld/20828: LD/testsuite: Correct indentation
    
    	ld/
    	PR ld/20828
    	* testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
    	indentation.

Diff:
---
 ld/ChangeLog                   |  6 ++++++
 ld/testsuite/ld-elf/shared.exp | 40 ++++++++++++++++++++--------------------
 2 files changed, 26 insertions(+), 20 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7ae428a..b1e9d63 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2017-02-01  Maciej W. Rozycki  <macro@imgtec.com>
+
+	PR ld/20828
+	* testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
+	indentation.
+
 2017-01-31  Nick Clifton  <nickc@redhat.com>
 
 	* ldmain.c (add_archive_element): Eliminate string buffer.
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index 65b632f..eea9453 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -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]