aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-14 20:22:03 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-14 20:22:03 +0000
commite7351a4973966bf984aae8d04d1f52c7272e789e (patch)
tree4d20b1a9e7c6ebf4c2fc77928c33349b2c4b7a1e
parentd5388ee7ccb70e7a3033871d646f31c7b73c4ffc (diff)
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95043 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0ec0e849fa8..d4980fe3a1d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,9 +1,9 @@
2005-02-14 David Edelsohn <edelsohn@gnu.org>
PR target/19019
- * config/rs6000/rs6000.md (truntfdf2): Change to define_expand.
+ * config/rs6000/rs6000.md (trunctfdf2): Change to define_expand.
(trunctfdf2_internal1): New.
- (trunctfdf2_internal2): XLC-compatible fadd version.
+ (trunctfdf2_internal2): Renamed from trunctfdf2.
2005-02-14 Diego Novillo <dnovillo@redhat.com>