diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-01-30 02:05:05 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-01-30 02:05:05 +0000 |
commit | 7092fe96e88be8c8e12005cbed13141374373952 (patch) | |
tree | 37019af5148cd8ebb34190a6616d9afdc308a9e5 /opcodes | |
parent | 33d3a00d426c2863344c53a5a28d4fb4a7acf816 (diff) | |
download | gdb-7092fe96e88be8c8e12005cbed13141374373952.zip gdb-7092fe96e88be8c8e12005cbed13141374373952.tar.gz gdb-7092fe96e88be8c8e12005cbed13141374373952.tar.bz2 |
* Fix MAXi encoding, Fix pkemscal/pkemscalf order.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5722761..b51c5ff 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,8 +1,17 @@ +start-sanitize-sky +Thu Jan 29 18:14:56 1998 Ian Carmichael <iancarm@cygnus.com> + + * dvp-opc.c, fixed order of pkemscal/pkemscalf instructions + in the opcode table. The pkemscalf instruction must come first. + +Thu Jan 29 16:47:24 1998 Ian Carmichael <iancarm@cygnus.com> + + * dvp-opc.c, MAXIi should be VUOP6(0x1d) instead of 0x2d. + Thu Jan 29 13:02:56 1998 Doug Evans <devans@canuck.cygnus.com> * m32r-opc.h (HAVE_CPU_M32R): Define. -start-sanitize-sky Wed Jan 28 13:46:19 1998 Doug Evans <devans@canuck.cygnus.com> * dvp-dis.c, dvp-opc.c: New files. |