* gensupport.c (target_flags): Add.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Oct 2001 01:46:50 +0000 (01:46 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Oct 2001 01:46:50 +0000 (01:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46454 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gensupport.c

index 59580c5..070f822 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct 23 21:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * gensupport.c (target_flags): Add.
+
 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
 
        * builtins.c (expand_builtin_setjmp): Only call convert_memory_address
index a524571..fcd73b2 100644 (file)
@@ -26,6 +26,9 @@
 #include "gensupport.h"
 
 
+/* In case some macros used by files we include need it, define this here.  */
+int target_flags;
+
 static struct obstack obstack;
 struct obstack *rtl_obstack = &obstack;