manual copyright year range of various GDB files to add 2023
[binutils-gdb.git] / gold / testsuite / pr21430.s
blob3c6c1fae4f30f6ae850582efeddc9417ebe8557f
1 .globl _start, foo, bar
3 .section ".text.start", "ax"
4 _start:
5 bl foo
6 .space 0x7000000
8 .section ".text.bar", "ax"
9 bar:
10 .space 0x1000000
11 .size bar, .-bar
13 .section ".text.foo", "ax"
14 foo:
15 b _start