diff options
author | trix <trix@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-07 21:57:55 +0000 |
---|---|---|
committer | trix <trix@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-07 21:57:55 +0000 |
commit | f86ef5aa0513be21806b89612e4cd0c044d11a61 (patch) | |
tree | 76ea79c6e7757ef3e8d3bc387800d6394d4e3218 /gcc/ChangeLog | |
parent | b82b35d9281b95cb0dda03506e623d6d434bda5d (diff) | |
download | gcc-f86ef5aa0513be21806b89612e4cd0c044d11a61.tar.gz |
Fix for string-opt-7 failure on rs6000 -maix64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49593 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12898da5ae0..43107d328e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-02-07 Tom Rix <trix@redhat.com> + + * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For + immediates in ldu and stdu DS opcode field. + * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use. + * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand. + * config/rs6000/rs6000.h (PREDICATE_CODES): Same. + 2002-02-07 Jeff Sturm <jsturm@one-point.com> * config/sparc/sparc.c (compute_frame_size): Don't correct frame |