* config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
[binutils.git] / ld / testsuite / ld-ifunc / ifunc-8a-x86-64.s
blob8137a07659c08897f608b71e73b64b49606b22a4
1 .text
2 .type start,"function"
3 .global start
4 start:
5 .type _start,"function"
6 .global _start
7 _start:
8 .type __start,"function"
9 .global __start
10 __start:
11 .type __start,"function"
12 movq foo@GOTPCREL(%rip), %rax