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 59545e733e185e50c1d618710d82422faf93ba00..6d5603511f1a5402e4576e08d305a4312a396d2c 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 cc6786cb42456d4bc6aea2841d875175434238cd..c85297848d88649f608d887997e309057a627f68 100644 (file)
@@ -2,5 +2,5 @@
        .section        .data.exit,"aw"
 data:
        .globl text
-       .section        .text.exit,"aw"
+       .section        .text.exit,"ax"
 text:
index a255b8a71ad92a2a8fe569459bdc363803a88ea6..464be8b6f4ef6328866ea012e314ebb59a8da93b 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 41aab284c4836d8801604ad3e9a7d1693ca5a5b6..a0f45693f77cc19e89eded4343ecb3ce6dc310d9 100644 (file)
@@ -1,6 +1,6 @@
        .section        .data.exit,"aw"
 data:
-       .section        .text.exit,"aw"
+       .section        .text.exit,"ax"
 text:
        .text
        .globl _start
This page took 0.031516 seconds and 4 git commands to generate.