diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 23:17:12 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 23:17:12 +0000 |
commit | 90c45f319fd4031a2d996f33a8de1a7a26687f51 (patch) | |
tree | 5254dfe8f288bd65d2048dc7aab4b63898f3da60 /opcodes | |
parent | 5a75fe70c391042ed6ad5be0441d5844147c8a68 (diff) | |
download | gdb-90c45f319fd4031a2d996f33a8de1a7a26687f51.zip gdb-90c45f319fd4031a2d996f33a8de1a7a26687f51.tar.gz gdb-90c45f319fd4031a2d996f33a8de1a7a26687f51.tar.bz2 |
* sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
sparc64 insns.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f3eff7d..82863ce 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,10 @@ Wed Aug 30 13:52:28 1995 Doug Evans <dje@canuck.cygnus.com> - * sparc-opc.c (sparc_opcodes, prefetcha insn): Fix. + * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn. + Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic + sparc64 insns. + + * sparc-opc.c (sparc_opcodes): Fix prefetcha insn. (lookup_{name,value}): New functions. (prefetch_table): New static local. (sparc_{encode,decode}_prefetch): New functions. |