diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2009-01-12 20:04:36 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@codesourcery.com> | 2009-01-12 20:04:36 +0000 |
commit | 7631938e96f5d5c29f0ffea8543f652983480952 (patch) | |
tree | cf8e846e501e59d7c828315d87d89a3ddfd1e16b | |
parent | 5df345fc2275dab5e66a8f485f6348b6db1c1ed8 (diff) | |
download | gdb-7631938e96f5d5c29f0ffea8543f652983480952.zip gdb-7631938e96f5d5c29f0ffea8543f652983480952.tar.gz gdb-7631938e96f5d5c29f0ffea8543f652983480952.tar.bz2 |
* ppc-instructions (sync): Add L field.
-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 6e0febf..0fbace9 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-12 Nathan Froyd <froydnj@codesourcery.com> + + * ppc-instructions (sync): Add L field. + 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com> * ppc-instructions, ppc-spr-table: Add ability diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index 66c26fc..b025f86 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -2494,7 +2494,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, } PPC_INSN_INT(0, (RA_BITMASK & ~1) | RB_BITMASK | RS_BITMASK, 1/*Rc*/); -0.31,6./,11./,16./,21.598,31./:X::sync:Synchronize +0.31,6./,9.L,11./,16./,21.598,31./:X::sync:Synchronize *601: PPC_UNIT_IU, PPC_UNIT_IU, 1, 1, 0 *603: PPC_UNIT_SRU, PPC_UNIT_SRU, 1, 1, 0 *603e:PPC_UNIT_SRU, PPC_UNIT_SRU, 1, 1, 0 |