]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr22150b.s
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr22150b.s
1 .section .text._start,"ax",%progbits
2 .globl _start
3 .type _start, %function
4 _start:
5 .byte 0
6 .size _start, .-_start
7
8 .section .text.bar,"ax",%progbits
9 .globl foo
10 .type foo, %function
11 foo:
12 .dc.a bar
13 .size foo, .-foo