summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/reloc/longcall.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/hppa/reloc/longcall.s')
-rw-r--r--gas/testsuite/gas/hppa/reloc/longcall.s28
1 files changed, 0 insertions, 28 deletions
diff --git a/gas/testsuite/gas/hppa/reloc/longcall.s b/gas/testsuite/gas/hppa/reloc/longcall.s
deleted file mode 100644
index 47f508c537c..00000000000
--- a/gas/testsuite/gas/hppa/reloc/longcall.s
+++ /dev/null
@@ -1,28 +0,0 @@
- .code
- .align 4
- .EXPORT foo,CODE
- .EXPORT foo,ENTRY,PRIV_LEV=3,RTNVAL=GR
-foo:
- .PROC
- .CALLINFO FRAME=64,CALLS,SAVE_RP
- .ENTRY
- stw %r2,-20(%r30)
- .CALL
- bl bar,%r2
- ldo 64(%r30),%r30
- .blockz 262144
- ldw -84(%r30),%r2
- bv %r0(%r2)
- ldo -64(%r30),%r30
- .EXIT
- .PROCEND
- .align 4
- .EXPORT bar,CODE
- .EXPORT bar,ENTRY,PRIV_LEV=3,RTNVAL=GR
-bar:
- .PROC
- .CALLINFO FRAME=0,NO_CALLS
- .ENTRY
- bv,n %r0(%r2)
- .EXIT
- .PROCEND