mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
PR ld/20828: LD/testsuite: Correct indentation
ld/ PR ld/20828 * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test indentation.
This commit is contained in:
@ -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>
|
2017-01-31 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* ldmain.c (add_archive_element): Eliminate string buffer.
|
* ldmain.c (add_archive_element): Eliminate string buffer.
|
||||||
|
@ -54,30 +54,30 @@ if { [check_gc_sections_available] } {
|
|||||||
run_ld_link_tests [list \
|
run_ld_link_tests [list \
|
||||||
[list \
|
[list \
|
||||||
"PR ld/20828 dynamic symbols with section GC\
|
"PR ld/20828 dynamic symbols with section GC\
|
||||||
(auxiliary shared library)" \
|
(auxiliary shared library)" \
|
||||||
"$LFLAGS -shared --gc-sections -T pr20828.ld" "" "$AFLAGS_PIC" \
|
"$LFLAGS -shared --gc-sections -T pr20828.ld" "" "$AFLAGS_PIC" \
|
||||||
{pr20828.s} \
|
{pr20828.s} \
|
||||||
{{readelf --dyn-syms pr20828-a.sd} \
|
{{readelf --dyn-syms pr20828-a.sd} \
|
||||||
{readelf --dyn-syms pr20828-b.sd}} \
|
{readelf --dyn-syms pr20828-b.sd}} \
|
||||||
"libpr20828.so"] \
|
"libpr20828.so"] \
|
||||||
[list \
|
[list \
|
||||||
"PR ld/20828 dynamic symbols with section GC (plain)" \
|
"PR ld/20828 dynamic symbols with section GC (plain)" \
|
||||||
"$LFLAGS -shared --gc-sections -T pr20828.ld" \
|
"$LFLAGS -shared --gc-sections -T pr20828.ld" \
|
||||||
"tmpdir/libpr20828.so" "$AFLAGS_PIC" \
|
"tmpdir/libpr20828.so" "$AFLAGS_PIC" \
|
||||||
{pr20828.s} \
|
{pr20828.s} \
|
||||||
{{readelf --dyn-syms pr20828-a.sd} \
|
{{readelf --dyn-syms pr20828-a.sd} \
|
||||||
{readelf --dyn-syms pr20828-b.sd}} \
|
{readelf --dyn-syms pr20828-b.sd}} \
|
||||||
"pr20828-1.so"] \
|
"pr20828-1.so"] \
|
||||||
[list \
|
[list \
|
||||||
"PR ld/20828 dynamic symbols with section GC (version script)" \
|
"PR ld/20828 dynamic symbols with section GC (version script)" \
|
||||||
"$LFLAGS -shared --gc-sections -T pr20828.ld\
|
"$LFLAGS -shared --gc-sections -T pr20828.ld\
|
||||||
--version-script=pr20828.ver" \
|
--version-script=pr20828.ver" \
|
||||||
"tmpdir/libpr20828.so" \
|
"tmpdir/libpr20828.so" \
|
||||||
"$AFLAGS_PIC" \
|
"$AFLAGS_PIC" \
|
||||||
{pr20828.s} \
|
{pr20828.s} \
|
||||||
{{readelf --dyn-syms pr20828-b.sd} \
|
{{readelf --dyn-syms pr20828-b.sd} \
|
||||||
{readelf --dyn-syms pr20828-c.sd}} \
|
{readelf --dyn-syms pr20828-c.sd}} \
|
||||||
"pr20828-2.so"]]
|
"pr20828-2.so"]]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check to see if the C compiler works
|
# Check to see if the C compiler works
|
||||||
|
Reference in New Issue
Block a user