aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2005-02-14 15:22:03 -0500
committerDavid Edelsohn <dje@gcc.gnu.org>2005-02-14 15:22:03 -0500
commit2fe433c230a731a9580f16acb590a6435dc51775 (patch)
tree4d20b1a9e7c6ebf4c2fc77928c33349b2c4b7a1e /gcc
parent8cb320b856252c5dc5da29f3d7c27ec4bcf2c5c4 (diff)
downloadgcc-2fe433c230a731a9580f16acb590a6435dc51775.zip
gcc-2fe433c230a731a9580f16acb590a6435dc51775.tar.gz
gcc-2fe433c230a731a9580f16acb590a6435dc51775.tar.bz2
Fix typo.
From-SVN: r95043
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0ec0e84..d4980fe 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>