* ld-elf/group3b.d: Disable for generic linker targets.
authorAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:28:57 +0000 (00:28 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:28:57 +0000 (00:28 +0000)
* ld-elf/linkonce2.d: Likewise.
* ld-scripts/empty-address-2a.d: Disable for frv and aout,oldld.
* ld-scripts/empty-address-2b.d: Likewise.
* ld-scripts/rgn-at5.s: Don't use .word.
* ld-scripts/rgn-at5.d: Update.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/group3b.d
ld/testsuite/ld-elf/linkonce2.d
ld/testsuite/ld-scripts/empty-address-2a.d
ld/testsuite/ld-scripts/empty-address-2b.d
ld/testsuite/ld-scripts/rgn-at5.d
ld/testsuite/ld-scripts/rgn-at5.s

index c350f5adb84f01d243ad8bb034183e966d98e645..f0e83c334624e6aaa2f080713fbaafb163c901c9 100644 (file)
@@ -1,3 +1,12 @@
+2010-09-16  Alan Modra  <amodra@gmail.com>
+
+       * ld-elf/group3b.d: Disable for generic linker targets.
+       * ld-elf/linkonce2.d: Likewise.
+       * ld-scripts/empty-address-2a.d: Disable for frv and aout,oldld.
+       * ld-scripts/empty-address-2b.d: Likewise.
+       * ld-scripts/rgn-at5.s: Don't use .word.
+       * ld-scripts/rgn-at5.d: Update.
+
 2010-09-10  Alan Modra  <amodra@gmail.com>
 
        * ld-gc/abi-note.d: Exclude aout and oldld targets.
index a961301acfd72570b2ebc6cf0466e619e189279a..f2f663c472ed61a3e29c7cdabb8c9a8957b4bf4b 100644 (file)
@@ -2,6 +2,8 @@
 #source: group3a.s
 #ld: -T group.ld
 #readelf: -s
+#notarget arc-*-* d30v-*-* dlx-*-* i960-*-* or32-*-* pj*-*-*
+
 Symbol table '.symtab' contains .* entries:
 #...
 .*: 0+1000 +0 +OBJECT +GLOBAL +HIDDEN +. foo
index 16b7cd0c32c312e8c1a734093ba0cd040dfb54d3..c8dcf64231fe744cd6766332ac7b50342ade1a96 100644 (file)
@@ -2,6 +2,7 @@
 #source: linkonce1b.s
 #ld: -emit-relocs
 #objdump: -r
+#notarget arc-*-* d30v-*-* dlx-*-* i960-*-* or32-*-* pj*-*-*
 
 .*:     file format .*
 
index 15fc65cc08969e27cb28cf25fa9f605379bd0e27..689db611f118868337c4ba8e43945cf3c9780510 100644 (file)
@@ -1,7 +1,7 @@
 #source: empty-address-2.s
 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2a.t
 #nm: -n
-#notarget: frv-*-*linux*
+#notarget: frv-*-*linux* *-*-linux*aout *-*-linux*oldld
 #...
 0+0 T _start
 #...
index 29b806947e616af4a54fb3f82ad5d5171bb14f51..0c58946b6441694f3785b9eb5614e8074fe8260e 100644 (file)
@@ -1,7 +1,7 @@
 #source: empty-address-2.s
 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2b.t
 #nm: -n
-#notarget: frv-*-*linux*
+#notarget: frv-*-*linux* *-*-linux*aout *-*-linux*oldld
 #...
 0+0 T _start
 #...
index 1a3779475509ffd2747260f330f6f85142399ad7..e33b34bffb620c21b2e928109a2f519574f0d2e3 100644 (file)
@@ -11,8 +11,9 @@
 
 Sections:
 Idx +Name +Size +VMA +LMA +File off +Algn +Flags
-  0 .sec0 +0+2 +0+02000 +0+2000 +0+02000 +.*
-  1 .sec1 +0+2 +0+01000 +0+012c +0+01000 +.*
-  2 .sec2 +0+2 +0+04000 +0+603c +0+04000 +.*
-  3 .sec3 +0+2 +0+05000 +0+412c +0+03000 +.*
-  4 .sec4 +0+2 +0+02002 +0+2002 +0+02002 +.*
+  0 .sec0 +0+4 +0+02000 +0+2000 +0+02000 +.*
+  1 .sec1 +0+4 +0+01000 +0+012c +0+01000 +.*
+  2 .sec2 +0+4 +0+04000 +0+603c +0+04000 +.*
+  3 .sec3 +0+4 +0+05000 +0+412c +0+03000 +.*
+  4 .sec4 +0+4 +0+02004 +0+2004 +0+02004 +.*
+#pass
index dbb63ea34cbe9c4d000cd9335f501c53fad5a8bc..ce8576c19b096128e91a3ecf07a531b684b0032d 100644 (file)
@@ -1,14 +1,14 @@
        .section .sec0, "a"
-       .word 0
+       .long 0
 
        .section .sec1, "a"
-       .word 0x11
+       .long 0x11
 
        .section .sec2, "a"
-       .word 0x22
+       .long 0x22
 
        .section .sec3, "a"
-       .word 0x33
+       .long 0x33
 
        .section .sec4, "a"
-       .word 0x44
+       .long 0x44
This page took 0.031647 seconds and 4 git commands to generate.