diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 01:02:59 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 01:02:59 +0000 |
commit | 201bf50690b69d97b5b66f146daa61e439d3f7b0 (patch) | |
tree | 26f97f504bcdf1930a2a651d8857bc573da1b286 /opcodes | |
parent | 56297cc6ab52d40e963f82c89fa8dea2b0977e83 (diff) | |
download | gdb-201bf50690b69d97b5b66f146daa61e439d3f7b0.zip gdb-201bf50690b69d97b5b66f146daa61e439d3f7b0.tar.gz gdb-201bf50690b69d97b5b66f146daa61e439d3f7b0.tar.bz2 |
* disassemble.c (disassembler): Handle bfd_mach_sparc64.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3122600..94847d4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,7 @@ Tue Aug 29 15:37:18 1995 Doug Evans <dje@canuck.cygnus.com> + * disassemble.c (disassembler): Handle bfd_mach_sparc64. + * sparc-opc.c (asi): New static local. (sparc_{encode,decode}_asi): New functions. * sparc-dis.c (print_insn): Call sparc_decode_asi. |