* simple.c: Correct placement of ATTRIBUTE_UNUSED.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / static.s
1 .section .data.exit,"aw"
2 data:
3 .section .text.exit,"aw"
4 text:
5 .text
6 .globl _start
7 _start:
8 .long data
9 .section .debug_info
10 .long text
This page took 0.029716 seconds and 4 git commands to generate.