1From f0bbc17aeed1b636782a4b92e8191d90f310d0a2 Mon Sep 17 00:00:00 2001
2From: Boris Kolpackov <boris@codesynthesis.com>
3Date: Mon, 1 Jun 2015 19:08:33 +0200
4Subject: [PATCH] <tm.h> include in gcc.hxx appears to be no longer necessary
5
6On MIPS this file pulls in enum processor which conflicts with
7our class processor.
8
9[Upstream: f0bbc17aeed1b636782a4b92e8191d90f310d0a2]
10Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
11---
12 odb/gcc.hxx | 2 --
13 1 file changed, 2 deletions(-)
14
15diff --git a/odb/gcc.hxx b/odb/gcc.hxx
16index 504b59b..c953047 100644
17--- a/odb/gcc.hxx
18+++ b/odb/gcc.hxx
19@@ -46,8 +46,6 @@ extern "C"
20 #include <tree.h>
21 #include <real.h>
22
23-#include <tm.h>
24-
25 #include <cpplib.h>
26 #include <cp/cp-tree.h>
27
28--
292.26.2
30
31