summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr21038a.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr21038a.s')
-rw-r--r--ld/testsuite/ld-x86-64/pr21038a.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/testsuite/ld-x86-64/pr21038a.s b/ld/testsuite/ld-x86-64/pr21038a.s
deleted file mode 100644
index d9a1b4c7f22..00000000000
--- a/ld/testsuite/ld-x86-64/pr21038a.s
+++ /dev/null
@@ -1,8 +0,0 @@
- .text
- .globl foo
- .type foo, @function
-foo:
- .cfi_startproc
- call func@plt
- movq func@GOTPCREL(%rip), %rax
- .cfi_endproc