Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -4/+2 | |
which copes with errors in a plausible way | |||||
1993-03-19 | (print_insn): Include the new dis-asm header file. | Steve Chamberlain | 1 | -1/+1 | |
1993-03-19 | * ieee-float.c: Moved to ../libiberty. | Per Bothner | 1 | -2/+5 | |
* ieee-float.h: Moved to ../include. * Makefile.in: Update accordingly. * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): Convert to stubs that call disassemblers in ../opcodes/*-dis.c. * m68k-tdep.c: Removed definition of ext_format ext_format_68881; it is now in ../opcodes/m68881-ext.c. * mips-tdep.c (mips_skip_prologue): Try to skip more of the prologue (some callers _do_ care). * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to new interface of ../opcodes/*-dis.c. * ch-exp.y: Add #include <ctype.h>. | |||||
1993-03-17 | New functions from macros in tm-z8k.h. | Steve Chamberlain | 1 | -2/+42 | |
1993-03-05 | (print_register_hook): Lint. | Steve Chamberlain | 1 | -38/+37 | |
1993-02-05 | Some spit and polish | Steve Chamberlain | 1 | -199/+262 | |
1993-02-01 | * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002. | Steve Chamberlain | 1 | -0/+378 | |
* parse.c (std_regs): Only declare if NO_STD_REGS is defined. |