diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d98af3a1d34..07455ab8d2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-05-30 Roger Sayle <roger@eyesopen.com> + + * emit-rtl.c (gen_complex_constant_part): New function for getting + the constant real or imaginary part of a complex constant. + (gen_realpart): Use it. + (gen_imagpart): Likewise. + 2003-05-30 Kazu Hirata <kazu@cs.umass.edu> * doc/invoke.texi: Fix typos. |