o * ld-discard/exit.s: Correct .text.exit attributes.
authorAlan Modra <amodra@gmail.com>
Tue, 23 Sep 2003 00:41:51 +0000 (00:41 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 23 Sep 2003 00:41:51 +0000 (00:41 +0000)
* ld-discard/extern.s: Likewise.
* ld-discard/static.s: Likewise.

ld/testsuite/ChangeLog
ld/testsuite/ld-discard/exit.s
ld/testsuite/ld-discard/extern.s
ld/testsuite/ld-discard/static.s

index 59545e7..6d56035 100644 (file)
@@ -1,3 +1,9 @@
+2003-09-23  Alan Modra  <alan@modra.org>
+
+       * ld-discard/exit.s: Correct .text.exit attributes.
+       * ld-discard/extern.s: Likewise.
+       * ld-discard/static.s: Likewise.
+
 2003-09-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * ld-mips-elf/relax-jalr-n32.d: Fix little endian test failure.
index cc6786c..c852978 100644 (file)
@@ -2,5 +2,5 @@
        .section        .data.exit,"aw"
 data:
        .globl text
-       .section        .text.exit,"aw"
+       .section        .text.exit,"ax"
 text:
index a255b8a..464be8b 100644 (file)
@@ -2,7 +2,7 @@
        .section        .data.exit,"aw"
 data:
        .globl text
-       .section        .text.exit,"aw"
+       .section        .text.exit,"ax"
 text:
        .text
        .globl _start
index 41aab28..a0f4569 100644 (file)
@@ -1,6 +1,6 @@
        .section        .data.exit,"aw"
 data:
-       .section        .text.exit,"aw"
+       .section        .text.exit,"ax"
 text:
        .text
        .globl _start