aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-sh/shared-1.d8
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 .*