diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2020-12-03 13:27:45 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2020-12-03 13:27:45 +0000 |
commit | 9a5c1ed81d71d623b471e0be7c96680c43d86652 (patch) | |
tree | 2b8c1a477944171d1fc95a37c46b1e24aa323961 /ld/testsuite/ld-vax-elf/vax-elf.exp | |
parent | c6162010adbb2d9b1a05a865ba9c9c1530a85a53 (diff) | |
download | gdb-9a5c1ed81d71d623b471e0be7c96680c43d86652.zip gdb-9a5c1ed81d71d623b471e0be7c96680c43d86652.tar.gz gdb-9a5c1ed81d71d623b471e0be7c96680c43d86652.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite/ld-vax-elf/vax-elf.exp')
-rw-r--r-- | ld/testsuite/ld-vax-elf/vax-elf.exp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ld/testsuite/ld-vax-elf/vax-elf.exp b/ld/testsuite/ld-vax-elf/vax-elf.exp index 4581f51..2748000 100644 --- a/ld/testsuite/ld-vax-elf/vax-elf.exp +++ b/ld/testsuite/ld-vax-elf/vax-elf.exp @@ -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 } } \ |