sh vxworks tests
authorAlan Modra <amodra@gmail.com>
Mon, 6 Jul 2020 23:55:38 +0000 (09:25 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 7 Jul 2020 08:56:33 +0000 (18:26 +0930)
These tests were failing only due to not being updated for readelf
output changes.

* testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
* testsuite/ld-sh/vxworks4.d: Likewise.

ld/ChangeLog
ld/testsuite/ld-sh/vxworks1-lib.rd
ld/testsuite/ld-sh/vxworks4.d

index af815f068732ba2666be074766dde19054aaa912..e65988440d5511b175ffb969d18ce8c6f49ead03 100644 (file)
@@ -1,3 +1,8 @@
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
+       * testsuite/ld-sh/vxworks4.d: Likewise.
+
 2020-07-06  Yuri Chornoivan  <yurchor@ukr.net>
 
        PR 26204
index d9c56a0112f9ab84d109a3a7835cab22e46a8a92..4d3c3005ae098252d65413c4e53c8d1e31ce83aa 100644 (file)
@@ -6,7 +6,7 @@ Relocation section '\.rela\.plt' at offset .* contains 2 entries:
 
 Relocation section '\.rela\.dyn' at offset .* contains 4 entries:
  Offset     Info    Type            Sym\.Value  Sym\. Name \+ Addend
-00081800  000000a5 R_SH_RELATIVE * 00080c48
+00081800  000000a5 R_SH_RELATIVE +80c48
 00080c30  .*01 R_SH_DIR32        00000000   ___GOTT_BASE__ \+ 0
 00080c34  .*01 R_SH_DIR32        00000000   ___GOTT_INDEX__ \+ 0
 00081414  .*a3 R_SH_GLOB_DAT     00081c00   x \+ 0
index c5721dd16f6477bac54de62466f1fa95ad34d7a4..58977ed2d4935cc4483a79178c159e476ae5f0b2 100644 (file)
@@ -6,6 +6,6 @@
 
 Relocation section '\.rela\.dyn' at offset .* contains 3 entries:
  Offset     Info    Type            Sym\.Value  Sym\. Name \+ Addend
-00081810  000000a5 R_SH_RELATIVE                                0008181c
+00081810  000000a5 R_SH_RELATIVE +8181c
 00081814  .*01 R_SH_DIR32        00000000   global \+ 1234
 00081818  .*02 R_SH_REL32        00000000   global \+ 1234
This page took 0.025581 seconds and 4 git commands to generate.