diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-03-23 21:18:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-03-23 21:18:31 +0000 |
commit | ec80ed8088b19b7b4de388667d59f6ddeadef1ad (patch) | |
tree | 2864cd2561824ba7c86da6d61ba7bd8cbb938695 /sim/ppc/ChangeLog | |
parent | * MAINTAINERS (sh-elf): Change warning flag to -w. (diff) | |
download | binutils-gdb-ec80ed8088b19b7b4de388667d59f6ddeadef1ad.tar.gz binutils-gdb-ec80ed8088b19b7b4de388667d59f6ddeadef1ad.tar.bz2 binutils-gdb-ec80ed8088b19b7b4de388667d59f6ddeadef1ad.zip |
From 2001-12-09 Julien Ducourthial <jducourt@noos.fr>:
* ppc-instructions (lswx): Do the register control with the
register count. Initialize the right register in the loop.
(mtfsfi) : Correct prefix for the instruction.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 25d96ea78c1..b3a5651b3a3 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,10 @@ +2002-03-23 Andrew Cagney <ac131313@redhat.com> + + From 2001-12-09 Julien Ducourthial <jducourt@noos.fr>: + * ppc-instructions (lswx): Do the register control with the + register count. Initialize the right register in the loop. + (mtfsfi) : Correct prefix for the instruction. + 2002-02-24 Andrew Cagney <ac131313@redhat.com> From wiz at danbala: |