From 9a5c1ed81d71d623b471e0be7c96680c43d86652 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 3 Dec 2020 13:27:45 +0000 Subject: [PATCH] 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. --- ld/ChangeLog | 5 +++++ 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 c0f5fc36be1..2dc5c6e79a3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-12-03 Maciej W. Rozycki + + * testsuite/ld-vax-elf/vax-elf.exp: Wrap excessively long lines + throughout. + 2020-12-02 Hans-Peter Nilsson * 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 4581f517c0d..2748000a4e5 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 } } \ -- 2.30.2