o * ld-discard/exit.s: Correct .text.exit attributes.
* ld-discard/extern.s: Likewise. * ld-discard/static.s: Likewise.
This commit is contained in:
parent
f61e80195b
commit
ea16ac837f
4 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
.section .data.exit,"aw"
|
||||
data:
|
||||
.globl text
|
||||
.section .text.exit,"aw"
|
||||
.section .text.exit,"ax"
|
||||
text:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.section .data.exit,"aw"
|
||||
data:
|
||||
.globl text
|
||||
.section .text.exit,"aw"
|
||||
.section .text.exit,"ax"
|
||||
text:
|
||||
.text
|
||||
.globl _start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.section .data.exit,"aw"
|
||||
data:
|
||||
.section .text.exit,"aw"
|
||||
.section .text.exit,"ax"
|
||||
text:
|
||||
.text
|
||||
.globl _start
|
||||
|
|
Loading…
Reference in a new issue