ld/testsuite/
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 18 Oct 2006 12:34:19 +0000 (12:34 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 18 Oct 2006 12:34:19 +0000 (12:34 +0000)
* ld-mips-elf/rel32-n32.d: Bump addresses by 0x30 to account for
the fact that .reginfo is now placed before .text.  Change the
section number of .text accordingly.

ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/rel32-n32.d

index 71adc9a2ce696f9946e0bfe0bdcafb4efe54d8d0..5780be9498146444e33a0e6c3594afe2944f355d 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-18  Richard Sandiford  <richard@codesourcery.com>
+
+       * ld-mips-elf/rel32-n32.d: Bump addresses by 0x30 to account for
+       the fact that .reginfo is now placed before .text.  Change the
+       section number of .text accordingly.
+
 2006-10-18  Richard Sandiford  <richard@codesourcery.com>
 
        * ld-mips-elf/elf-rel-got-n32.d: Adjust page gap from 0x100000
index 3b3572f338d0d8b5ceeb85369cb5df6194b2166b..3c6b09362dcd90ef2854a4a1bf9e37407f9cd27f 100644 (file)
@@ -1,7 +1,7 @@
 #name: MIPS rel32 n32
 #source: rel32.s
 #as: -KPIC -EB -n32
-#readelf: -x 5 -r
+#readelf: -x 6 -r
 #ld: -shared -melf32btsmipn32
 
 Relocation section '.rel.dyn' at offset .* contains 2 entries:
@@ -10,6 +10,6 @@ Relocation section '.rel.dyn' at offset .* contains 2 entries:
 [0-9a-f ]+R_MIPS_REL32     
 
 Hex dump of section '.text':
-  0x000002b0 00000000 00000000 00000000 00000000 ................
-  0x000002c0 000002c0 00000000 00000000 00000000 ................
   0x000002d0 00000000 00000000 00000000 00000000 ................
+  0x000002e0 000002e0 00000000 00000000 00000000 ................
+  0x000002f0 00000000 00000000 00000000 00000000 ................
This page took 0.031749 seconds and 4 git commands to generate.