o * ld-discard/exit.s: Correct .text.exit attributes.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / exit.s
1 .globl data
2 .section .data.exit,"aw"
3 data:
4 .globl text
5 .section .text.exit,"ax"
6 text:
This page took 0.058883 seconds and 5 git commands to generate.