VAX/LD/testsuite: Wrap excessively long lines
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 3 Dec 2020 13:27:45 +0000 (13:27 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 3 Dec 2020 13:27:45 +0000 (13:27 +0000)
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
ld/testsuite/ld-vax-elf/vax-elf.exp

index c0f5fc36be1831f89a37f7fc63639c7ab8d19dc0..2dc5c6e79a3aaf2d6eab1056f9e577879a4d2788 100644 (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.
index 4581f517c0d015d2ec988ebc8e1444902b44df54..2748000a4e550802973fa63d1ec270f41bc7288a 100644 (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 } } \
This page took 0.04724 seconds and 4 git commands to generate.