]> gcc.gnu.org Git - gcc.git/commitdiff
* gensupport.c (target_flags): Add.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Wed, 24 Oct 2001 01:46:50 +0000 (01:46 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 24 Oct 2001 01:46:50 +0000 (21:46 -0400)
From-SVN: r46454

gcc/ChangeLog
gcc/gensupport.c

index 59580c516fcf8b1b0afc8dfc572c8d4871924901..070f82234db104728640ef2675253fd23f0c877a 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 a52457196ce0f7eb47b730c0890d4d54a09ef62b..fcd73b23691edb12f2ab8f50fef6ca598f4884d6 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;
 
This page took 0.070472 seconds and 5 git commands to generate.