diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-03 19:37:28 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-03 19:37:28 +0000 |
commit | 056e975cfe9122850c7e7427269912fbbe9a7626 (patch) | |
tree | 3c8e416826f83cd5c450649343f4ad4f19e54b70 /sim/ppc/ppc-instructions | |
parent | 0140d7463da2dc600370748410c2ff138b9132e2 (diff) | |
download | gdb-056e975cfe9122850c7e7427269912fbbe9a7626.zip gdb-056e975cfe9122850c7e7427269912fbbe9a7626.tar.gz gdb-056e975cfe9122850c7e7427269912fbbe9a7626.tar.bz2 |
Add 2 config flags that were missing; make data cache instructions be nops
Diffstat (limited to 'sim/ppc/ppc-instructions')
-rw-r--r-- | sim/ppc/ppc-instructions | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index 2fa9c6b..8d2ca05 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -2297,10 +2297,19 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia, # 0.31,6./,11.RA,16.RB,21.278,31./:X:::Data Cache Block Touch + ; /* nop for now */ + 0.31,6./,11.RA,16.RB,21.246,31./:X:::Data Cache Block Touch for Store + ; /* nop for now */ + 0.31,6./,11.RA,16.RB,21.1014,31./:X:::Data Cache Block set to Zero + ; /* nop for now */ + 0.31,6./,11.RA,16.RB,21.54,31./:X:::Data Cache Block Store + ; /* nop for now */ + 0.31,6./,11.RA,16.RB,21.86,31./:X:::Data Cache Block Flush + ; /* nop for now */ # # II.3.3 Envorce In-order Execution of I/O Instruction |