diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr21038c.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr21038c.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/pr21038c.s b/ld/testsuite/ld-x86-64/pr21038c.s new file mode 100644 index 0000000..38fc10d --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr21038c.s @@ -0,0 +1,9 @@ + .text + .globl foo + .type foo, @function +foo: + .cfi_startproc + call func1@plt + call func2@plt + movq func1@GOTPCREL(%rip), %rax + .cfi_endproc |