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]

[committed] Fix vms-ia64 bootstrap issue


Hi,

fde-vms.c is not the right place to include the unwinder fallback.  Fixed by this patch.

Tristan.

libgcc/
2011-11-04  Tristan Gingold  <gingold@adacore.com>

	* config/ia64/fde-vms.c: Do not include md-unwind-support.h


Index: config/ia64/fde-vms.c
===================================================================
--- config/ia64/fde-vms.c	(revision 180927)
+++ config/ia64/fde-vms.c	(working copy)
@@ -33,7 +33,6 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "md-unwind-support.h"
 #include "unwind-ia64.h"
 
 #define __int64 long


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