]> granicus.if.org Git - gc/commitdiff
2002-07-18 H.J. Lu <hjl@gnu.org>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jul 2002 20:06:00 +0000 (20:06 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:22 +0000 (10:54 +0400)
* mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55566 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
mach_dep.c

index c869006ea15dae333304cc6df1b414dd26596e03..ef9c6845dc9e70d7166395209958db98d2b300e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-18  H.J. Lu <hjl@gnu.org>
+
+       * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
+
 2002-07-18  H.J. Lu  (hjl@gnu.org)
 
        * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
index b582db034df62c6fc38dc7fe2699156014510667..a741058d70e9e8ea31a566007e716262ad77cc7f 100644 (file)
@@ -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     */