lto-streamer.h (LTO_major_version): Bump to 5.
[gcc.git] / gcc / gencheck.c
index f8b591e875db7b64517bc4b303badbb3117979c7..3d030225a1063095f9ec07f41957651c0ea35b9d 100644 (file)
@@ -1,6 +1,5 @@
 /* Generate check macros for tree codes.
-   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -18,20 +17,25 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+/* We don't have insn-modes.h, but we include tm.h.  */
+#define BITS_PER_UNIT 8
+
 #include "bconfig.h"
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
 
 #define DEFTREECODE(SYM, NAME, TYPE, LEN) #SYM,
+#define END_OF_BASE_TREE_CODES
 
 static const char *const tree_codes[] = {
-#include "tree.def"
-#include "c-common.def"
-#include "gencheck.h"
+#include "all-tree.def"
 (char*) 0
 };
 
+#undef DEFTREECODE
+#undef END_OF_BASE_TREE_CODES
+
 static void usage (void);
 
 static void