aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2007-06-08 22:55:46 +0200
committerUros Bizjak <uros@gcc.gnu.org>2007-06-08 22:55:46 +0200
commit9510f6eb7d5cc148e7f4e721df99219af9e38541 (patch)
treea1aa41c7d2cf32d5288b8d0d8b9953834d835998
parent582711fee49c285d426eba3776ad7a556226723f (diff)
downloadgcc-9510f6eb7d5cc148e7f4e721df99219af9e38541.zip
gcc-9510f6eb7d5cc148e7f4e721df99219af9e38541.tar.gz
gcc-9510f6eb7d5cc148e7f4e721df99219af9e38541.tar.bz2
* ChangeLog fix * ChangeLog fix.
From-SVN: r125578
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83dfcc3..a692b49 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -7,7 +7,7 @@
* config/xtensa/t-xtensa (LIB1ASMFUNCS): Add DImode shift functions.
2007-06-08 Harsha Jagasia <harsha.jagasia@amd.com>
- Tony Linthicum <tony.linthicum@amd.com>
+ Tony Linthicum <tony.linthicum@amd.com>
* doc/extend.texi: Add fvect-cost-model flag.
* common.opt (fvect-cost-model): New flag.
@@ -205,7 +205,7 @@
(ix86_expand_builtin) [IX86_BUILTIN_INFQ]: Expand builtin.
[IX86_BUILTIN_FABSQ]: Expand builtin using ix86_expand_unop_builtin().
[IX86_BUILTIN_COPYSIGNQ]: Expand builtin using
- ix86_expand_unop_builtin().
+ ix86_expand_binop_builtin().
2007-06-07 Bob Wilson <bob.wilson@acm.org>