diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-11 06:14:12 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-02-11 06:14:12 +0000 |
commit | fb6de7f3cc733f594c0c6ea74a8d9f665d041c81 (patch) | |
tree | 1ad50bac81c4469a565945c116b4122ef82dcee9 /ld | |
parent | f701dad2bae25125b3f23d12f843aba5417b771c (diff) | |
download | gdb-fb6de7f3cc733f594c0c6ea74a8d9f665d041c81.zip gdb-fb6de7f3cc733f594c0c6ea74a8d9f665d041c81.tar.gz gdb-fb6de7f3cc733f594c0c6ea74a8d9f665d041c81.tar.bz2 |
* ld-sh/shared-1.d: Fix relocation addend.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/shared-1.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 0ddd707..22ca2bd 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-02-11 Alexandre Oliva <aoliva@redhat.com> + + * ld-sh/shared-1.d: Fix relocation addend. + 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com> * ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New diff --git a/ld/testsuite/ld-sh/shared-1.d b/ld/testsuite/ld-sh/shared-1.d index 315cfec..1d20cc9 100644 --- a/ld/testsuite/ld-sh/shared-1.d +++ b/ld/testsuite/ld-sh/shared-1.d @@ -13,7 +13,7 @@ Relocation section '\.rela\.text' at offset 0x328 contains 1 entries: Offset Info Type Symbol's Value Symbol's Name Addend -0000033c 000000a5 R_SH_RELATIVE 00000344 +0000033c 000000a5 R_SH_RELATIVE 00000340 Hex dump of section '\.rela\.text': 0x00000328 00000340 000000a5 0000033c .* |