From: Alexandre Oliva Date: Sat, 2 Feb 2002 02:21:33 +0000 (+0000) Subject: * ld-sh/shared-1.d: Fix incorrect offsets. X-Git-Tag: binutils-2_12-branchpoint~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60e955f1b0b88195ff1948ef2f9d33d914902c22;p=external%2Fbinutils.git * ld-sh/shared-1.d: Fix incorrect offsets. --- 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 + + * ld-sh/shared-1.d: Fix incorrect offsets. + 2002-02-01 Hans-Peter Nilsson * 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 .*