This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Fix bootstrap problem on the Hurd


A final attempt to get this right before the 3.0 release.
Could someone check in this patch, pretty please?  GCC won't compile
on the Hurd without it.

Thanks,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Undefine.

Index: config/i386/gnu.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/gnu.h,v
retrieving revision 1.10
diff -u -p -r1.10 gnu.h
--- config/i386/gnu.h 2001/01/09 22:10:53 1.10
+++ config/i386/gnu.h 2001/06/10 10:50:51
@@ -30,3 +30,6 @@
        %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
      %{static:crt0.o%s}} \
    crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
+
+/* FIXME: Is a Hurd-specific fallback mechanism necessary?  */
+#undef MD_FALLBACK_FRAME_STATE_FOR


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]