From: Andrew Pinski Date: Fri, 8 Oct 2004 03:07:38 +0000 (-0700) Subject: libgcc2.c (__moddi3): Cast &w to UDWtype*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a750a6d6a11e96df3559469b28f6ca06fbb0b21;p=gcc.git libgcc2.c (__moddi3): Cast &w to UDWtype*. 2004-10-07 Andrew Pinski * libgcc2.c (__moddi3): Cast &w to UDWtype*. From-SVN: r88735 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae614e4af14..9daa248ef9e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-07 Andrew Pinski + + * libgcc2.c (__moddi3): Cast &w to UDWtype*. + 2004-10-07 Kazu Hirata * tree-cfg.c (tree_block_forwards_to): Remove.