diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-26 23:35:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-26 23:35:32 +0000 |
commit | 669124ef4f071b63c8a488ec1e62d03c9302ef1f (patch) | |
tree | 8dd4df1e7e2f96fc92fcafed64629a1cd96c01b0 /opcodes/ChangeLog | |
parent | 4b412ed189d3d608c72f85f287166191f0ff66ac (diff) | |
download | gdb-669124ef4f071b63c8a488ec1e62d03c9302ef1f.zip gdb-669124ef4f071b63c8a488ec1e62d03c9302ef1f.tar.gz gdb-669124ef4f071b63c8a488ec1e62d03c9302ef1f.tar.bz2 |
* ppc-opc.c: Changes based on patch from David Edelsohn
<edelsohn@npac.syr.edu>.
(powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
SPR.
(FXM_MASK): Define.
(insert_tbr): New static function.
(extract_tbr): New static function.
(XFXFXM_MASK, XFXM): Define.
(XSPRBAT_MASK, XSPRG_MASK): Define.
(powerpc_opcodes): Add instructions to access special registers by
name. Add mtcr and mftbu.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3e533b7..58e7e5c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,22 @@ +Thu Jan 26 18:32:08 1995 Ian Lance Taylor <ian@cygnus.com> + + * ppc-opc.c: Changes based on patch from David Edelsohn + <edelsohn@npac.syr.edu>. + (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of + SPR. + (FXM_MASK): Define. + (insert_tbr): New static function. + (extract_tbr): New static function. + (XFXFXM_MASK, XFXM): Define. + (XSPRBAT_MASK, XSPRG_MASK): Define. + (powerpc_opcodes): Add instructions to access special registers by + name. Add mtcr and mftbu. + +Tue Jan 17 10:56:43 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * mips-opc.c (P3): Define. + (mips_opcodes): Add mad and madu. + Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat> * configure.in: Add W65 support. |