diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/jit/ChangeLog | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 679a0aa..32e5351 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,6 @@ * alias.h (alias_set_type): Move typedef. * coretypes.h (alias_set_type): Relocate typedef here. * rtl.h: Don't include alias.h. - * jit/jit-common.h: Likewise 2015-06-25 Andrew MacLeod <amacleod@redhat.com> diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index a131171..1821a78 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,7 @@ +2015-06-25 Andrew Macleod <amacleod@redhat.com> + + * jit-common.h: Don't include alias.h. + 2015-06-17 David Malcolm <dmalcolm@redhat.com> * libgccjit.c (gcc_jit_lvalue_access_field): Verify that the field |