]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/retain6lib.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / retain6lib.s
1 .section .text.bar,"ax"
2 .global bar
3 .type bar, %function
4 bar:
5 .word 0
6
7 .section .text.retain_from_lib,"axR"
8 .global retain_from_lib
9 .type retain_from_lib, %function
10 retain_from_lib:
11 .word 0
12
13 .section .text.discard_from_lib,"ax"
14 .global discard_from_lib
15 .type discard_from_lib, %function
16 discard_from_lib:
17 .word 0