From d1ede5f4d099faee41e60f7709a027ab2b7ac306 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 15 May 2012 10:51:02 +0000 Subject: [PATCH] Fix up changelogs. From-SVN: r187522 --- gcc/ChangeLog | 5 ----- gcc/ada/ChangeLog | 4 ++++ gcc/c-family/ChangeLog | 5 +++++ gcc/lto/ChangeLog | 8 +++++++- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da1587e..180e62c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -147,8 +147,6 @@ ATTR_FLAG_BUILT_IN. * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE. - * c-family/c-common.c (DEF_ATTR_STRING): Define and undefine as - necessary. * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to define a string "1". (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition. @@ -180,9 +178,6 @@ * calls.c (decl_return_flags): New static function. (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for functions that return one of their arguments. - * lto/lto-lang.c (handle_fnspec_attribute): New static function. - (lto_attribute_table): Add "fn spec". - (DEF_ATTR_STRING): Define and undefine along with the other macros. * regcprop.c (struct kill_set_value_data): New. (kill_set_value): Interpret data as a pointer to such a struct. Do nothing if the caller wants the register to be ignored. diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 43cf64e..ec714b0 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -276,6 +276,10 @@ (Getopt): do not systematically initialize switches with string values to the empty string, when the user has already specified a default. +2012-05-14 Bernd Schmidt + + * gcc-interface/utils.c (DEF_ATTR_STRING): New. + 2012-05-14 Manuel López-Ibáñez PR 53063 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index de50b21..3575480 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2012-05-14 Bernd Schmidt + + * c-family/c-common.c (DEF_ATTR_STRING): Define and undefine as + necessary. + 2012-05-14 Manuel López-Ibáñez PR 53063 diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 4be2f2b..6edc2af 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,8 +1,14 @@ +2012-05-14 Bernd Schmidt + + * lto-lang.c (handle_fnspec_attribute): New static function. + (lto_attribute_table): Add "fn spec". + (DEF_ATTR_STRING): Define and undefine along with the other macros. + 2012-05-04 Jan Hubicka * lto.c (do_whole_program_analysis): Set timevars correctly. (lto_main): Likewise. - + 2012-05-04 Richard Guenther * lang.opt (fwpa): Do not mark as Optimization. -- 2.7.4