diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-08 09:51:25 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-08 09:51:25 +0000 |
commit | a9073727f2965366157d113600c1a51b97430251 (patch) | |
tree | 633a0f107f10a077743a4fdad0e7bb0327a3f4bb | |
parent | 44398cbede9597490250b2ed86c690f10eb41e4f (diff) | |
download | gcc-a9073727f2965366157d113600c1a51b97430251.zip gcc-a9073727f2965366157d113600c1a51b97430251.tar.gz gcc-a9073727f2965366157d113600c1a51b97430251.tar.bz2 |
Minor tweaks
From-SVN: r198706
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/ada/ChangeLog | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea0b5b4..864c1ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1188,7 +1188,7 @@ instead of register_operand. (vec_widen_<s>mult_odd_<mode>): Use general_vector_operand predicates. -2013-04-28 Eric Botcazou <ebotcazou@gcc.gnu.org> +2013-04-28 Eric Botcazou <ebotcazou@adacore.com> * stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun before dumping the functions. diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a3e776c..178a8ef 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -930,8 +930,7 @@ 2013-04-23 Kai Tietz <ktietz@redhat.com> PR target/55445 - * raise-gcc.c (__SEH__): Additional check that - SjLj isn't active. + * raise-gcc.c (__SEH__): Additional check that SjLj isn't active. 2013-04-23 Eric Botcazou <ebotcazou@adacore.com> Pascal Obry <obry@adacore.com> |