]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - boehm-gc/ia64_save_regs_in_stack.s
Imported gcc-4.4.3
[msp430-gcc.git] / boehm-gc / ia64_save_regs_in_stack.s
diff --git a/boehm-gc/ia64_save_regs_in_stack.s b/boehm-gc/ia64_save_regs_in_stack.s
deleted file mode 100644 (file)
index 3b18c08..0000000
+++ /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
-