Update PR ld/14156 tests
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Jul 2012 20:45:01 +0000 (20:45 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Jul 2012 20:45:01 +0000 (20:45 +0000)
* ld-elf/fini0.s: Indent global directive.
* ld-elf/foo0.s: Likewise.
* ld-elf/init0.s: Likewise.

* ld-elf/pr14156c.t: Keep text section.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/fini0.s
ld/testsuite/ld-elf/foo0.s
ld/testsuite/ld-elf/init0.s
ld/testsuite/ld-elf/pr14156c.t

index 410143eed0f65d0f7721e968f342378f0c631dfd..fde582a2605be9b280759b6f3da3cbb5d93d80da 100644 (file)
@@ -1,3 +1,11 @@
+2012-07-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/fini0.s: Indent global directive.
+       * ld-elf/foo0.s: Likewise.
+       * ld-elf/init0.s: Likewise.
+
+       * ld-elf/pr14156c.t: Keep text section.
+
 2012-07-26  Meador Inge  <meadori@codesourcery.com>
 
        PR ld/14397
index f2ccfb7596e93ffda29b4e31e18aa18eb25896cd..3bb53f013e5b64c0c50c2e66245e207ffabdbce4 100644 (file)
@@ -11,6 +11,6 @@ main:
 
        .section .fini
        .p2align 2
-.globl foo
+       .global foo
        .type   foo,%function
 foo:
index df716626fc74089f7a452c07544cb4eefd185790..81049704fe2812bcd7e50baf5463dbd8f25bdcbc 100644 (file)
@@ -11,6 +11,6 @@ main:
 
        .section .foo,"ax",%progbits
        .p2align 2
-.globl foo
+       .global foo
        .type   foo,%function
 foo:
index 3c8cf8ccfd4b3f39bcb55f585ef8bdc8625a9e0a..68281d226ad7c86bc40d304c51852f31531ae0f1 100644 (file)
@@ -11,6 +11,6 @@ main:
 
        .section .init
        .p2align 2
-.globl foo
+       .global foo
        .type   foo,%function
 foo:
index 97ad77da7754a328be1d1b1c47db7ee70ecd56e4..c8be2c57bfb713711a03ac8b480e6491a7a1171d 100644 (file)
@@ -1,4 +1,5 @@
 SECTIONS {
+  .text : { *(.text) }
   .foo : { *(SORT_NONE(.foo)) }
   /DISCARD/ : { *(.*) }
 }