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]
Other format: [Raw text]

[patch] darwin bootstrap fallout.


Hi all,

I'll commit this patchlet after verifying on i686 and ppc (darwin). It is a forgotten include in darwin.c.
Acked by DannyB


Thx,
Andreas

2007-07-25 Andreas Tobler <a.tobler@schweiz.org>

* config/darwin.c: Include debug.h.

Index: config/darwin.c
===================================================================
--- config/darwin.c     (revision 126932)
+++ config/darwin.c     (working copy)
@@ -46,6 +46,7 @@
 #include "toplev.h"
 #include "hashtab.h"
 #include "df.h"
+#include "debug.h"

 /* Darwin supports a feature called fix-and-continue, which is used
    for rapid turn around debugging.  When code is compiled with the


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