aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/hpux_test_and_clear.s
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-07 09:53:18 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-07 09:53:18 +0000
commit9440316c1a327126de2be2f6d325d2c51d5dcb39 (patch)
treed5a52752dc26b66b387b1d5fcd9ed7d92105b2c3 /boehm-gc/hpux_test_and_clear.s
parent3029ee001838500910ea59138458cdfe14f4bc73 (diff)
This commit was manufactured by cvs2svn to create tagcondexec_merge_20000407
'condexec_merge_20000407'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/condexec_merge_20000407@32999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/hpux_test_and_clear.s')
-rw-r--r--boehm-gc/hpux_test_and_clear.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/boehm-gc/hpux_test_and_clear.s b/boehm-gc/hpux_test_and_clear.s
deleted file mode 100644
index f09b211404b..00000000000
--- a/boehm-gc/hpux_test_and_clear.s
+++ /dev/null
@@ -1,21 +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
- .IMPORT $global$,DATA
- .IMPORT $$dyncall,MILLICODE
- .SPACE $TEXT$
- .SUBSPA $CODE$
-
- .align 4
- .EXPORT GC_test_and_clear,ENTRY,PRIV_LEV=3,ARGW0=GR,RTNVAL=GR
-GC_test_and_clear
- .PROC
- .CALLINFO FRAME=0,NO_CALLS
- .ENTRY
- ldcw,co (%r26),%r28
- bv,n 0(%r2)
- .EXIT
- .PROCEND