Unbreak the JIT after conversion of md_asm_adjust to use vec<>
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 May 2015 17:19:54 +0000 (17:19 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 May 2015 17:19:54 +0000 (17:19 +0000)
gcc/jit/ChangeLog:
* jit-builtins.c: Include vec.h before target.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223091 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6c6d0a8..279377c 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 5bf4a67..a29f446 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"