]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/discard2.s
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / discard2.s
CommitLineData
0672748a
L
1 .globl here
2 .data
3here:
4 .long 1
5 .globl there
6 .section .discard,"aw",%progbits
7 .align 4
8there:
9 .long 2
10 .section .debug_info,"",%progbits
11 .long here
12 .long there