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]

0501 MCore ENUM_BITFIELDS


Files including rtl.h now need to include system.h for ENUM_BITFIELDS.
The enclosed patch permits --target=mcore-mcore-elf to build.

ch/nloop.c and config/fr30/fr30.c are the remaining C-files that don't
include both system.h and rtl.h.

2000-05-03	<RodneyBrown@pmsc.com>

	* gcc/config/mcore/mcore.c: system.h for ENUM_BITFIELDS

--- gcc/config/mcore/mcore.c.orig	Tue Mar 14 22:49:56 2000
+++ gcc/config/mcore/mcore.c	Wed May  3 08:56:15 2000
@@ -22,6 +22,7 @@
 #include "gansidecl.h"
 
 #include "config.h"
+#include "system.h"
 #include "rtl.h"
 #include "mcore.h"
 

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