* simple.c: Correct placement of ATTRIBUTE_UNUSED.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / start.s
1 .text
2 .globl _start
3 _start:
4 .long data
5 .section .debug_info
6 .long text
This page took 0.047907 seconds and 4 git commands to generate.