]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/retain5lib.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / retain5lib.s
1 /* The link will fail if foo is included because undefined_sym is not defined. */
2 .section .text.foo,"axR"
3 .global foo
4 .type foo, %function
5 foo:
6 .long undefined_sym