summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/reloc/blebug.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/hppa/reloc/blebug.s')
-rw-r--r--gas/testsuite/gas/hppa/reloc/blebug.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/hppa/reloc/blebug.s b/gas/testsuite/gas/hppa/reloc/blebug.s
deleted file mode 100644
index 09307747395..00000000000
--- a/gas/testsuite/gas/hppa/reloc/blebug.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .SPACE $PRIVATE$
- .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
- .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
- .SPACE $TEXT$
- .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
- .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
-
- .SPACE $TEXT$
- .SUBSPA $CODE$
-
- .align 4
- .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
-
-_sigtramp:
- ldil L%$$dyncall,%r2 ; whose address is in r22.
- ble R%$$dyncall(%sr4,%r2)