diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-01 18:56:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-01 18:56:36 +0000 |
commit | 6654b4ae1148e9a4b78ca1526855da41b8050946 (patch) | |
tree | 934318dd5a569452f16369eb04d2f30464ad8a0a | |
parent | cd5195a8910f35a664e2fa98b50642b6eb181f60 (diff) | |
download | gdb-6654b4ae1148e9a4b78ca1526855da41b8050946.zip gdb-6654b4ae1148e9a4b78ca1526855da41b8050946.tar.gz gdb-6654b4ae1148e9a4b78ca1526855da41b8050946.tar.bz2 |
From Mark Peek.
* ppc-spr-table: Add SDA and PIR.
-rw-r--r-- | sim/ppc/ChangeLog | 5 | ||||
-rw-r--r-- | sim/ppc/ppc-spr-table | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 4fae50e..564666d 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-01 Andrew Cagney <ac131313@redhat.com> + + From Mark Peek. + * ppc-spr-table: Add SDA and PIR. + 2001-10-29 Andrew Cagney <ac131313@redhat.com> * tree.c (parse_size): Assert #size-cells > 0. diff --git a/sim/ppc/ppc-spr-table b/sim/ppc/ppc-spr-table index 93e6532..373fb6b 100644 --- a/sim/ppc/ppc-spr-table +++ b/sim/ppc/ppc-spr-table @@ -69,6 +69,7 @@ SIA:955:0:0 MMCR1:956:0:0 PMC3:957:0:0 PMC4:958:0:0 +SDA:959:0:0 DMISS:976:0:0 DCMP:977:0:0 HASH1:978:0:0 @@ -85,4 +86,4 @@ ICTC:1019:0:0 THRM1:1020:0:0 THRM2:1021:0:0 THRM3:1022:0:0 -HID15:1023:0:0 +PIR:1023:0:0 |