Unbreak the JIT after conversion of md_asm_adjust to use vec<>
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 12 May 2015 17:19:54 +0000 (17:19 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 12 May 2015 17:19:54 +0000 (17:19 +0000)
gcc/jit/ChangeLog:
* jit-builtins.c: Include vec.h before target.h.

From-SVN: r223091

gcc/jit/ChangeLog
gcc/jit/jit-builtins.c

index 6c6d0a879de4df8d30bc8aa868c3349e32c90c3b..279377c2580a1a5a670f812286dba3065b89bc5e 100644 (file)
@@ -1,3 +1,7 @@
+2015-05-12  David Malcolm  <dmalcolm@redhat.com>
+
+       * jit-builtins.c: Include vec.h before target.h.
+
 2015-04-27  Jim Wilson  <jim.wilson@linaro.org>
 
        * Make-lang.in (jit.mostlyclean): Remove shared libraries and object
index 5bf4a6750f4ad86218850a64817af0b1bddd3f5f..a29f446fe7cc4cef5952128687179e8370e3e999 100644 (file)
@@ -20,6 +20,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "vec.h"
 #include "target.h"
 #include "stringpool.h"