summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/parse/procbug.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/hppa/parse/procbug.s')
-rw-r--r--gas/testsuite/gas/hppa/parse/procbug.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/hppa/parse/procbug.s b/gas/testsuite/gas/hppa/parse/procbug.s
deleted file mode 100644
index 5ae5057f643..00000000000
--- a/gas/testsuite/gas/hppa/parse/procbug.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .space $TEXT$
- .subspa $CODE$
- .align 4
- .export divu,entry
- .proc
- .callinfo
-divu: stws,ma %r4,4(%r5) ; save registers on stack
- .procend
-
- .export divu2,entry
- .proc
- .callinfo
- .entry
-divu2: stws,ma %r4,4(%r5) ; save registers on stack
- .exit
- .procend