diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-09 19:43:05 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-09 19:43:05 +0000 |
commit | 1dff73dfd6accb9bae971dd0f1ce15a182b0f75b (patch) | |
tree | 90442e8c55bb3e5d8aade44a20152d2d8e297608 /gc/ia64_save_regs_in_stack.s | |
parent | autoconficate (diff) | |
download | w3m-1dff73dfd6accb9bae971dd0f1ce15a182b0f75b.tar.gz w3m-1dff73dfd6accb9bae971dd0f1ce15a182b0f75b.zip |
remove gc
Diffstat (limited to 'gc/ia64_save_regs_in_stack.s')
-rw-r--r-- | gc/ia64_save_regs_in_stack.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gc/ia64_save_regs_in_stack.s b/gc/ia64_save_regs_in_stack.s deleted file mode 100644 index 3b18c08..0000000 --- a/gc/ia64_save_regs_in_stack.s +++ /dev/null @@ -1,12 +0,0 @@ - .text - .align 16 - .global GC_save_regs_in_stack - .proc GC_save_regs_in_stack -GC_save_regs_in_stack: - .body - flushrs - ;; - mov r8=ar.bsp - br.ret.sptk.few rp - .endp GC_save_regs_in_stack - |