aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1/boehm-gc/ia64_save_regs_in_stack.s
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1/boehm-gc/ia64_save_regs_in_stack.s')
-rw-r--r--gcc-4.2.1/boehm-gc/ia64_save_regs_in_stack.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.2.1/boehm-gc/ia64_save_regs_in_stack.s b/gcc-4.2.1/boehm-gc/ia64_save_regs_in_stack.s
deleted file mode 100644
index 3b18c0841..000000000
--- a/gcc-4.2.1/boehm-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
-