Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / weakundef-1b.s
blob3d2da7dc54891e806cdebf7d0b5523cab463b6bb
1 .weak bar
2 .text
3 .global _start
4 .type _start,%function
5 _start:
6 mov bar@GOTPCREL(%rip), %rax
7 mov foo@GOTPCREL(%rip), %rax
8 .size _start, . - _start