diff options
author | Alan Modra <amodra@gmail.com> | 2020-07-07 09:25:38 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-07-07 18:26:33 +0930 |
commit | 3bde5ad1a60ef773aa11bb4618a58ec7fd3172c1 (patch) | |
tree | cecc8ed507bad8b55fc891160ac1a9bb39bd4cb7 | |
parent | 4ac3fa49965e32610c7c625b9bdc530fcceb14ea (diff) | |
download | gdb-3bde5ad1a60ef773aa11bb4618a58ec7fd3172c1.zip gdb-3bde5ad1a60ef773aa11bb4618a58ec7fd3172c1.tar.gz gdb-3bde5ad1a60ef773aa11bb4618a58ec7fd3172c1.tar.bz2 |
sh vxworks tests
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.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/vxworks1-lib.rd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/vxworks4.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index af815f0..e659884 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/testsuite/ld-sh/vxworks1-lib.rd b/ld/testsuite/ld-sh/vxworks1-lib.rd index d9c56a0..4d3c300 100644 --- a/ld/testsuite/ld-sh/vxworks1-lib.rd +++ b/ld/testsuite/ld-sh/vxworks1-lib.rd @@ -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 diff --git a/ld/testsuite/ld-sh/vxworks4.d b/ld/testsuite/ld-sh/vxworks4.d index c5721dd..58977ed 100644 --- a/ld/testsuite/ld-sh/vxworks4.d +++ b/ld/testsuite/ld-sh/vxworks4.d @@ -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 |