diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 20:57:07 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 20:57:07 +0000 |
commit | a69d3a72867dbc09cf68844eb26f508f714691be (patch) | |
tree | 3a10ced772c7730431cc88a43ced04bf6d109dbc /opcodes | |
parent | a52f75a078dfdc82a22c07cdccff4c76aab61fc1 (diff) | |
download | gdb-a69d3a72867dbc09cf68844eb26f508f714691be.zip gdb-a69d3a72867dbc09cf68844eb26f508f714691be.tar.gz gdb-a69d3a72867dbc09cf68844eb26f508f714691be.tar.bz2 |
sparc prefetch insn stuff.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e80421b..f3eff7d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +Wed Aug 30 13:52:28 1995 Doug Evans <dje@canuck.cygnus.com> + + * sparc-opc.c (sparc_opcodes, prefetcha insn): Fix. + (lookup_{name,value}): New functions. + (prefetch_table): New static local. + (sparc_{encode,decode}_prefetch): New functions. + * sparc-dis.c (print_insn): Handle '*' arg (prefetch function). + start-sanitize-sh3e Wed Aug 30 11:11:58 1995 Jim Wilson <wilson@chestnut.cygnus.com> |