diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-02 02:21:33 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-02-02 02:21:33 +0000 |
commit | 60e955f1b0b88195ff1948ef2f9d33d914902c22 (patch) | |
tree | 34db872567f3f9c1be185ec6d39eb84648ee85c7 /ld | |
parent | 48d197489bfb46c98bf66f2f87d38524eb1ca7d2 (diff) | |
download | gdb-60e955f1b0b88195ff1948ef2f9d33d914902c22.zip gdb-60e955f1b0b88195ff1948ef2f9d33d914902c22.tar.gz gdb-60e955f1b0b88195ff1948ef2f9d33d914902c22.tar.bz2 |
* ld-sh/shared-1.d: Fix incorrect offsets.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/shared-1.d | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 843fa7a..4e96f9d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-02-02 Alexandre Oliva <aoliva@redhat.com> + + * ld-sh/shared-1.d: Fix incorrect offsets. + 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com> * ld-mmix/bpo-1.d, ld-mmix/bpo-1.s, ld-mmix/bpo-1m.d, diff --git a/ld/testsuite/ld-sh/shared-1.d b/ld/testsuite/ld-sh/shared-1.d index 838b93b..315cfec 100644 --- a/ld/testsuite/ld-sh/shared-1.d +++ b/ld/testsuite/ld-sh/shared-1.d @@ -11,12 +11,12 @@ # about how, when, where and which addends to use. A DSO must have the # same value in the addend as in the data, so either can be used. -Relocation section '\.rela\.text' at offset 0x32c contains 1 entries: +Relocation section '\.rela\.text' at offset 0x328 contains 1 entries: Offset Info Type Symbol's Value Symbol's Name Addend -00000340 000000a5 R_SH_RELATIVE 00000344 +0000033c 000000a5 R_SH_RELATIVE 00000344 Hex dump of section '\.rela\.text': - 0x0000032c 00000344 000000a5 00000340 .* + 0x00000328 00000340 000000a5 0000033c .* Hex dump of section '\.text': - 0x00000338 00000344 00090009 00090009 .* + 0x00000334 00000340 00090009 00090009 .* |