aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2004-10-07 20:07:38 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-10-07 20:07:38 -0700
commit4a750a6d6a11e96df3559469b28f6ca06fbb0b21 (patch)
treecc8b2e10027cc1a7f8066e2a772b09c421fbbf78
parent9c859be16942ed443ff29b0cbb8d4f8e5c3227cd (diff)
downloadgcc-4a750a6d6a11e96df3559469b28f6ca06fbb0b21.zip
gcc-4a750a6d6a11e96df3559469b28f6ca06fbb0b21.tar.gz
gcc-4a750a6d6a11e96df3559469b28f6ca06fbb0b21.tar.bz2
libgcc2.c (__moddi3): Cast &w to UDWtype*.
2004-10-07 Andrew Pinski <pinskia@physics.uc.edu> * libgcc2.c (__moddi3): Cast &w to UDWtype*. From-SVN: r88735
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ae614e4..9daa248 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * libgcc2.c (__moddi3): Cast &w to UDWtype*.
+
2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
* tree-cfg.c (tree_block_forwards_to): Remove.