diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 198e877eb82..01e740ff6f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,13 @@ * doc/invoke.texi (-fforce-mem): Remove. * opts.c (common_handle_option): Don't handle OPT_fforce_mem. + * Makefile.in (final.o): Depend on vecprim.h. + * final.c: Include vecprim.h. + (insn_addresses_): Change the type to VEC(int,heap)*. + * insn-addr.h (INSN_ADDRESSES_DEFN): Remove. + (INSN_ADDRESSES, INSN_ADDRESSES_ALLOC, INSN_ADDRESSES_SIZE, + INSN_ADDRESSES_NEW): Use VEC instead of VARRAY. + 2006-12-23 Marcin Dalecki <martin@dalecki.de> * cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory |