diff options
author | Doug Evans <dje@google.com> | 1998-03-25 21:43:02 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-03-25 21:43:02 +0000 |
commit | 3792311ce60ae61a7b13ac15766e7a48309a81d1 (patch) | |
tree | 9836c36ed252615575542887ef8b9867a4558513 /opcodes | |
parent | ef5bbde6dc6ad19f96dca218991399700fa88562 (diff) | |
download | gdb-3792311ce60ae61a7b13ac15766e7a48309a81d1.zip gdb-3792311ce60ae61a7b13ac15766e7a48309a81d1.tar.gz gdb-3792311ce60ae61a7b13ac15766e7a48309a81d1.tar.bz2 |
* dvp-dis.c (print_insn): Print unpack address in hex.
* dvp-opc.c (parse_vif_mpgloc): Renamed from parse_vif_mpgloc_star.
Don't skip over '*', just record it.
(insert_vif_mpgloc): Don't update state_vif_mpgloc if '*' value.
(parse_vif_unpackloc): Renamed from parse_vif_unpackloc_star.
Don't skip over '*', just record it.
(insert_vif_unpackloc): Don't update state_vif_unpackloc if '*' value.
(vif_operands): Delete VIF_MPGLOC_STAR,VIF_UNPACKLOC_STAR entries.
(vif_opcodes): Likewise.
(state_vif_{mpg,unpack}loc_star_p): New static locals.
(vif_macros,vif_macro_count): New globals.
(vif_unpack_len_value): New arguments wl,cl. All callers updated.
(vif_set_{mpg,unpack}loc): Delete. All callers updated.
(vif_get_wl_cl): New function.
(dvp_opcode_init_parse): Init mpgloc,unpackloc state.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index da54373..0534db7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,23 @@ +start-sanitize-sky +Wed Mar 25 13:32:36 1998 Doug Evans <devans@canuck.cygnus.com> + + * dvp-dis.c (print_insn): Print unpack address in hex. + * dvp-opc.c (parse_vif_mpgloc): Renamed from parse_vif_mpgloc_star. + Don't skip over '*', just record it. + (insert_vif_mpgloc): Don't update state_vif_mpgloc if '*' value. + (parse_vif_unpackloc): Renamed from parse_vif_unpackloc_star. + Don't skip over '*', just record it. + (insert_vif_unpackloc): Don't update state_vif_unpackloc if '*' value. + (vif_operands): Delete VIF_MPGLOC_STAR,VIF_UNPACKLOC_STAR entries. + (vif_opcodes): Likewise. + (state_vif_{mpg,unpack}loc_star_p): New static locals. + (vif_macros,vif_macro_count): New globals. + (vif_unpack_len_value): New arguments wl,cl. All callers updated. + (vif_set_{mpg,unpack}loc): Delete. All callers updated. + (vif_get_wl_cl): New function. + (dvp_opcode_init_parse): Init mpgloc,unpackloc state. + +end-sanitize-sky Wed Mar 25 14:32:48 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * m68k-dis.c (print_insn_m68k): Use info->mach to select the |