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 | |
parent | c6162010adbb2d9b1a05a865ba9c9c1530a85a53 (diff) | |
download | fsf-binutils-gdb-9a5c1ed81d71d623b471e0be7c96680c43d86652.zip fsf-binutils-gdb-9a5c1ed81d71d623b471e0be7c96680c43d86652.tar.gz fsf-binutils-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.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-vax-elf/vax-elf.exp | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c0f5fc36b..2dc5c6e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. 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 } } \ |