diff options
author | cvs2svn <admin@example.com> | 1996-10-14 00:58:56 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 1996-10-14 00:58:56 +0000 |
commit | 78d469e4221478f0c79f67fef1d5aa98f2c96f47 (patch) | |
tree | fcf35814ba17653b9b8d16e99af99ea5b39bba5e /qt/md/ksr1_b.s | |
parent | 0682f7ab1dfa23adbf85435d5884b0ec91956a53 (diff) | |
parent | 0f2d19dd46f83f41177f61d585732b32a866d613 (diff) | |
download | guile-pre_vollmer_scm_p.tar.gz |
This commit was manufactured by cvs2svn to create tagpre_vollmer_scm_p
'pre_vollmer_scm_p'.
Diffstat (limited to 'qt/md/ksr1_b.s')
-rw-r--r-- | qt/md/ksr1_b.s | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/qt/md/ksr1_b.s b/qt/md/ksr1_b.s deleted file mode 100644 index 80b0c59eb..000000000 --- a/qt/md/ksr1_b.s +++ /dev/null @@ -1,49 +0,0 @@ -/* - * QuickThreads -- Threads-building toolkit. - * Copyright (c) 1993 by David Keppel - * - * Permission to use, copy, modify and distribute this software and - * its documentation for any purpose and without fee is hereby - * granted, provided that the above copyright notice and this notice - * appear in all copies. This software is provided as a - * proof-of-concept and for demonstration purposes; there is no - * representation about the suitability of this software for any - * purpose. - */ - - .file "ksr1_b.s" - .def .debug; .endef - - .globl b_call_reg$TXT - .globl b_call_reg - .globl b_call_imm$TXT - .globl b_call_imm - .globl b_add$TXT - .globl b_add - .globl b_load$TXT - .globl b_load - - -b_call_reg: -b_call_imm: -b_add: -b_load: - .word b_call_reg$TXT - .word qt_error - .word qt_error$TXT - - -b_call_reg$TXT: -b_call_imm$TXT: -b_add$TXT: -b_load$TXT: - finop ; cxnop - finop ; cxnop - finop ; ld8 16(%cp),%c4 - finop ; ld8 8(%cp),%cp - finop ; cxnop - finop ; cxnop - finop ; jsr %c4,0(%c4) - finop ; cxnop - finop ; cxnop - |