diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-10-24 16:16:43 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-10-24 16:16:43 +0000 |
commit | ae02957b46bbe239f0c95e55b3daca67753feed5 (patch) | |
tree | cf8bcd4c5df6055af08742dc8b04451535fe16d7 /sim/ppc | |
parent | 55e0deaaaeb82e52e6b4c8f61c2a3a583b57b95e (diff) | |
download | binutils-ae02957b46bbe239f0c95e55b3daca67753feed5.zip binutils-ae02957b46bbe239f0c95e55b3daca67753feed5.tar.gz binutils-ae02957b46bbe239f0c95e55b3daca67753feed5.tar.bz2 |
* ppc-instructions (lfsux): Correct XO field of lfsux instruction.
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 4 | ||||
-rw-r--r-- | sim/ppc/ppc-instructions | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index fc0af62..7e7f8bd 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-24 Geoff Keating <geoffk@cygnus.com> + + * ppc-instructions (lfsux): Correct XO field of lfsux instruction. + Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index b9a3287..25a9d78 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -3426,7 +3426,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *rA = EA; PPC_INSN_INT_FLOAT(RA_BITMASK, FRT_BITMASK, (RA_BITMASK & ~1), 0); -0.31,6.FRT,11.RA,16.RB,21.576,31./:X:f::Load Floating-Point Single with Update Indexed +0.31,6.FRT,11.RA,16.RB,21.567,31./:X:f::Load Floating-Point Single with Update Indexed *601: PPC_UNIT_IU, PPC_UNIT_IU, 3, 3, 0 *603: PPC_UNIT_LSU, PPC_UNIT_LSU, 1, 2, 0 *603e:PPC_UNIT_LSU, PPC_UNIT_LSU, 1, 2, 0 |