Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-09-02 | * mips-opc.c: Change div machine instruction to be z,s,t rather | Ian Lance Taylor | 1 | -2/+6 | |
than s,t. Change div macro to be d,v,t rather than d,s,t. Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, rem and remu which generates only the corresponding div instruction. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used. * mips-dis.c (print_insn_arg): Handle 'z' (always register zero). | |||||
1993-07-07 | * mips-dis.c: Updated to account for name changes in new version | Ian Lance Taylor | 1 | -28/+56 | |
of opcode/mips.h. * Makefile.in: Added header file dependencies. | |||||
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -38/+75 | |
which copes with errors in a plausible way | |||||
1993-01-07 | Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -0/+181 | |
* mips-dis.c: New file, from gdb/mips-pinsn.c. * Makefile.in (DIS_LIBS): Added mips-dis.o. (CFILES): Added mips-dis.c. |