X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=894361c3b7398b437a2a9bd1216c87a2b7c6e2f1;hp=dc0cd37f40259e0104319a2142f9254883375ed1;hb=7aa082e51268b29f6aa7863f21f944bff77caa5f;hpb=452bfb8baf4e6fa609d722d451bbf31fcfc43de0 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc0cd37f402..894361c3b73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2009-05-27 Diego Novillo + + * tree-pretty-print.c (dump_location): New. + (dump_generic_node): Call it. + Factor code to handle BLOCK nodes ... + (dump_block_node): ... here. + +2009-05-27 Rafael Avila de Espindola + + * Makefile.in (GCC_PLUGIN_H): New. Replace all uses of gcc-plugin.h with + it. + * doc/plugins.texi: Document that gcc-plugin.h must be the first to be + included. + * gcc-plugin.h: Include config.h and system.h. + (IN_GCC): Define if not defined. + +2009-05-27 Hans-Peter Nilsson + + PR middle-end/40249 + * Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions + with -fno-inline. + 2009-05-27 Shujing Zhao * config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where