aboutsummaryrefslogtreecommitdiff
path: root/test/old-elf/Inputs/gotpcrel.S
diff options
context:
space:
mode:
Diffstat (limited to 'test/old-elf/Inputs/gotpcrel.S')
-rw-r--r--test/old-elf/Inputs/gotpcrel.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/old-elf/Inputs/gotpcrel.S b/test/old-elf/Inputs/gotpcrel.S
deleted file mode 100644
index 300675f596121..0000000000000
--- a/test/old-elf/Inputs/gotpcrel.S
+++ /dev/null
@@ -1,11 +0,0 @@
- .text
- .globl main
- .align 16, 0x90
- .type main,@function
-main: # @main
- movq blah@GOTPCREL(%rip), %rax
- movq main@GOTPCREL(%rip), %rax
- ret
-
- .weak blah
- .type blah,@function