summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 17:08:53 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 17:08:53 +0400
commitf3632431e72d48bc7772b0752e29bb1e2a0901c6 (patch)
treed4451ec3ef902e734e16d601d191e1497fba7fc1 /mach_dep.c
parent3313dcc53de4d5d5f76f58a856beb06688d1f8c7 (diff)
downloadbdwgc-f3632431e72d48bc7772b0752e29bb1e2a0901c6.tar.gz
gc6.1 tarball importgc6_1
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/mach_dep.c b/mach_dep.c
index da5db3f5..4a66d5d1 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -81,23 +81,6 @@ void GC_push_regs()
register long TMP_SP; /* must be bound to r11 */
# endif
-# if defined(MIPS) && defined(LINUX)
- /* I'm not sure whether this has actually been tested. */
-# define call_push(x) asm("move $4," x ";"); asm("jal GC_push_one")
- call_push("$2");
- call_push("$3");
- call_push("$16");
- call_push("$17");
- call_push("$18");
- call_push("$19");
- call_push("$20");
- call_push("$21");
- call_push("$22");
- call_push("$23");
- call_push("$30");
-# undef call_push
-# endif /* MIPS && LINUX */
-
# ifdef VAX
/* VAX - generic code below does not work under 4.2 */
/* r1 through r5 are caller save, and therefore */