aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2017-01-31 17:59:44 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2017-02-01 00:21:53 +0000
commit15a00b13aedc6300732d0b3b6b9daefa361ced6f (patch)
tree073daa6f0a0d896775a64ea56b8f2ad9271da570
parentbe85ce7dcbe99a8e7cd847a0c5b449a0b18a8ce7 (diff)
downloadgdb-15a00b13aedc6300732d0b3b6b9daefa361ced6f.zip
gdb-15a00b13aedc6300732d0b3b6b9daefa361ced6f.tar.gz
gdb-15a00b13aedc6300732d0b3b6b9daefa361ced6f.tar.bz2
PR ld/20828: LD/testsuite: Correct indentation
ld/ PR ld/20828 * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test indentation.
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/testsuite/ld-elf/shared.exp40
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