bfd/
[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.029691 seconds and 4 git commands to generate.