Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-02-24 | * arm-dis.c (print_insn_{big,little}_arm): info->symbol changed | Doug Evans | 1 | -2/+2 | |
to *info->symbols. * mips-dis.c (print_insn_{big,little}_mips): Likewise. * tic30-dis.c (print_branch): Likewise. start-sanitize-sky * mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type. * dvp-dis.c (dvp_info_mach_type): New function. (print_insn_dvp): Call it. (print_vif): Return length of 4 if mpg or direct insn so following insns get properly disabled. * dvp-opc.c (vif_insn_len): New argument `pcpu'. All callers updated. end-sanitize-sky | |||||
1998-02-24 | Removed saved_symbol code as it is no longer needed. | Nick Clifton | 1 | -10/+0 | |
1998-02-24 | Fixed bug displaying symbols in big endian arms. | Nick Clifton | 1 | -2/+4 | |
1997-12-08 | Removed disasm_symaddr() function and switched detection of Arm vs Thumb | Nick Clifton | 1 | -16/+41 | |
mode over to state of info->symbol, ala the MIPS port. | |||||
1997-12-02 | Add support for displaying disassembled Thumb instrucitons. | Nick Clifton | 1 | -0/+803 | |