* ld-d10v/reloc-007.d: Don't error.
authorAlan Modra <amodra@gmail.com>
Thu, 23 Sep 2010 11:55:47 +0000 (11:55 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 23 Sep 2010 11:55:47 +0000 (11:55 +0000)
* ld-d10v/reloc-008.d: Likewise.
* ld-d10v/reloc-015.d: Likewise.
* ld-d10v/reloc-016.d: Likewise.
* ld-d10v/reloc-012.ld: Use a sane offset.

ld/testsuite/ChangeLog
ld/testsuite/ld-d10v/reloc-007.d
ld/testsuite/ld-d10v/reloc-008.d
ld/testsuite/ld-d10v/reloc-012.ld
ld/testsuite/ld-d10v/reloc-015.d
ld/testsuite/ld-d10v/reloc-016.d

index 745743af43573309221cf9d1c6e929e24d5c34bb..36cc675165e0f8b11a4ea53f84586104ce374fa9 100644 (file)
@@ -1,3 +1,11 @@
+2010-09-23  Alan Modra  <amodra@gmail.com>
+
+       * ld-d10v/reloc-007.d: Don't error.
+       * ld-d10v/reloc-008.d: Likewise.
+       * ld-d10v/reloc-015.d: Likewise.
+       * ld-d10v/reloc-016.d: Likewise.
+       * ld-d10v/reloc-012.ld: Use a sane offset.
+
 2010-09-20  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        * ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
index 2edb862a1324ad971506862ea6e9226e1b8d3794..293a6df3240e0c076b13ac090544b0548d1a6f3a 100644 (file)
@@ -1,7 +1,8 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-007.ld
 #objdump: -D
+# now that we treat addresses as wrapping, it isn't possible to fail
 #error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel reloc bad boundary
-
+#pass
index cb3cf4b916a06114e866ad863e0239abee11bee4..273a23c35f5aada4ef21478d2569657c61ef9ca5 100644 (file)
@@ -1,7 +1,8 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-008.ld
 #objdump: -D
+# now that we treat addresses as wrapping, it isn't possible to fail
 #error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel reloc normal bad
-
+#pass
index 10b7e7cf0a02a0cafa1a46b172bb1300395269b2..87546ecd74aac9966479b44c50b9eb7440f5eb49 100644 (file)
@@ -1,10 +1,10 @@
 SECTIONS
 {
   .text 0x01014000 :
-  { 
+  {
        foo = .;
-       . = (. + 0x80004);
-       *(.text)   
+       . = (. + 0x20004);
+       *(.text)
   }
 }
 
index 5888aa730bdfa165839ee57cd7f79aa9afcb9931..043f727e153dd478d3e7dba3c500f1d830c2e86b 100644 (file)
@@ -1,7 +1,8 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-015.ld
 #objdump: -D
+# now that we treat addresses as wrapping, it isn't possible to fail
 #error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel negative reloc bad boundary
-
+#pass
index 402bcff8eecaaad0cc5cf9e1b898cd708a55b9f8..e7d5e8e6f9b38fbe7cc303b5bcd600d73c62dcec 100644 (file)
@@ -1,7 +1,8 @@
 #source: reloc-005.s
 #ld: -T $srcdir/$subdir/reloc-016.ld
 #objdump: -D
+# now that we treat addresses as wrapping, it isn't possible to fail
 #error: relocation truncated to fit: R_D10V_18_PCREL
 
 # Test 18 bit pc rel negative reloc normal bad
-
+#pass