diff options
author | Alex Velenko <avelenko@gcc.gnu.org> | 2015-03-06 11:10:45 +0000 |
---|---|---|
committer | Alex Velenko <avelenko@gcc.gnu.org> | 2015-03-06 11:10:45 +0000 |
commit | 1dfc8b24aad358853caadff1414735fae06e2ac4 (patch) | |
tree | 869e84e48905255742661ced0181c588fb598e0b | |
parent | 4b1076d685a8e3521c516db06ec2e74bc952b0e5 (diff) | |
download | gcc-1dfc8b24aad358853caadff1414735fae06e2ac4.zip gcc-1dfc8b24aad358853caadff1414735fae06e2ac4.tar.gz gcc-1dfc8b24aad358853caadff1414735fae06e2ac4.tar.bz2 |
ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of the patch.
2015-03-06 Alex Velenko <alex.velenko@arm.com>
* ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
the patch.
From-SVN: r221234
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d2e92b..9507d8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-06 Alex Velenko <alex.velenko@arm.com> + + * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of + the patch. + 2015-03-05 Jan Hubicka <hubicka@ucw.cz> * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags. @@ -20,7 +25,7 @@ PR ipa/65318 * ipa-icf.c (sem_variable::equals): Compare variables types. -2015-03-05 Alex Velenko <alex.velenko@arm.com> +2015-03-05 Richard Henderson <rth@redhat.com> * config/arm/arm.c (arm_function_in_section_p): Fix predicate to correctly check weak symbol binding. |