summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sparc/plt64.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sparc/plt64.s')
-rw-r--r--gas/testsuite/gas/sparc/plt64.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/gas/sparc/plt64.s b/gas/testsuite/gas/sparc/plt64.s
deleted file mode 100644
index e5faf201e8..0000000000
--- a/gas/testsuite/gas/sparc/plt64.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .text
- .align 4
- call foo
- nop
- call bar + 4
- .data
- .align 8
- .xword %r_plt64(foo)
- .xword %r_plt64(bar + 4)
- .byte 1
- .uaxword %r_plt64(foo)
- .byte 2, 3, 4
- .word %r_plt32(bar + 4)