VAX/LD/testsuite: Wrap excessively long lines

A couple of lines in the vax-elf.exp test script exceed 80 characters;
wrap them.

	ld/
	* testsuite/ld-vax-elf/vax-elf.exp: Wrap excessively long lines
	throughout.
This commit is contained in:
Maciej W. Rozycki 2020-12-03 13:27:45 +00:00
parent c6162010ad
commit 9a5c1ed81d
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2020-12-03 Maciej W. Rozycki <macro@linux-mips.org>
* testsuite/ld-vax-elf/vax-elf.exp: Wrap excessively long lines
throughout.
2020-12-02 Hans-Peter Nilsson <hp@axis.com>
* testsuite/ld-elf/pr26936.d: Pass -W.

View file

@ -43,7 +43,8 @@ run_ld_link_tests [list \
{} \
"plt-local-rehidden-pic-r.o"] \
[list "PLT test (executable)" \
"-T plt-local.ld --hash-style=sysv tmpdir/plt-local-hidden-pic-r.o tmpdir/plt-local-rehidden-pic-r.o tmpdir/plt-local-lib.so" "" \
"-T plt-local.ld --hash-style=sysv tmpdir/plt-local-hidden-pic-r.o \
tmpdir/plt-local-rehidden-pic-r.o tmpdir/plt-local-lib.so" "" \
"" \
{ plt-local.s } \
{ { objdump -d plt-local.dd } } \
@ -71,13 +72,15 @@ run_ld_link_tests [list \
{} \
"got-local-def-r.o"] \
[list "GOT test (executable)" \
"-e 0 tmpdir/got-local-aux.so tmpdir/got-local-ref-r.o tmpdir/got-local-def-r.o" "" \
"-e 0 tmpdir/got-local-aux.so tmpdir/got-local-ref-r.o \
tmpdir/got-local-def-r.o" "" \
"" \
{} \
{ { readelf "-x .got" got-local-exe.xd } } \
"got-local-exe"] \
[list "GOT test (shared library)" \
"-shared tmpdir/got-local-aux.so tmpdir/got-local-ref-r.o tmpdir/got-local-def-r.o" "" \
"-shared tmpdir/got-local-aux.so tmpdir/got-local-ref-r.o \
tmpdir/got-local-def-r.o" "" \
"" \
{} \
{ { readelf "-x .got" got-local-lib.xd } } \