]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr19789.s
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr19789.s
1 .text
2 .globl __foo
3 .type __foo, %function
4 __foo:
5 .byte 0
6 .globl __foo1
7 .ifdef NO_SET
8 __foo1 = __foo
9 .else
10 .set __foo1, __foo
11 .endif
12 .symver __foo,foo@@VERS.2
13 .symver __foo1,foo@VERS.1