]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr19005.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr19005.s
1 .section .foo,"ax",%progbits
2 .globl _start
3 .type _start, %function
4 _start:
5 .byte 0x10
6 .section .bar,"ax",%progbits
7 .globl aligned
8 .type aligned, %function
9 .p2align 5
10 aligned:
11 .byte 0x20