Initial revision
authorBryce McKinlay <bryce@gcc.gnu.org>
Mon, 15 Oct 2001 04:57:59 +0000 (05:57 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 15 Oct 2001 04:57:59 +0000 (05:57 +0100)
From-SVN: r46258

boehm-gc/ia64_save_regs_in_stack.s [new file with mode: 0644]

diff --git a/boehm-gc/ia64_save_regs_in_stack.s b/boehm-gc/ia64_save_regs_in_stack.s
new file mode 100644 (file)
index 0000000..3b18c08
--- /dev/null
@@ -0,0 +1,12 @@
+        .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
+