diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2005-08-23 12:21:53 +0930 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2005-08-23 12:21:53 +0930 |
commit | 18b10a7276e8d33f3f77ff80225adc4df16619d9 (patch) | |
tree | a9445fd24f13800934c6f0e133b883d0e4253c5d /gcc | |
parent | 0c380712e71adc4f422634762736c220277772bb (diff) | |
download | gcc-18b10a7276e8d33f3f77ff80225adc4df16619d9.zip gcc-18b10a7276e8d33f3f77ff80225adc4df16619d9.tar.gz gcc-18b10a7276e8d33f3f77ff80225adc4df16619d9.tar.bz2 |
missed in last commit
From-SVN: r103383
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b50c9f6..3aff7ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2005-08-23 Alan Modra <amodra@bigpond.net.au> + + PR target/21571 + * config/rs6000/rs6000.c (rs6000_legitimate_small_data_p): Rename + from legitimate_small_data_p, and make global. Update use. + Remove forward declaration. + * config/rs6000/rs6000-protos.h (rs6000_legitimate_small_data_p): + Declare. + * config/rs6000/rs6000.md (movdf_hardfloat32): Allow small data mems. + 2005-08-23 David Edelsohn <edelsohn@gnu.org> * config/rs6000/rs6000.md (eq<mode>): Use output operand instead |