mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 03:10:26 +08:00
Unbreak the JIT after conversion of md_asm_adjust to use vec<>
gcc/jit/ChangeLog: * jit-builtins.c: Include vec.h before target.h. From-SVN: r223091
This commit is contained in:
parent
52c266bab2
commit
2637afb722
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user