Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-10-17 | * dis-asm.h (print_insn_m32r): Declare. | David Edelsohn | 1 | -0/+3 | |
1996-10-03 | Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support | Jeff Law | 1 | -1/+2 | |
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail. | |||||
1996-10-03 | * dis-asm.h (print_insn_mn10x00): Declare. | Jeff Law | 1 | -2/+8 | |
Getting started on Matsushita. | |||||
1996-07-22 | Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 1 | -1/+2 | |
* dis-asm.h (print_insn_alpha): Don't declare. (print_insn_alpha_osf, print_insn_alpha_vms): Declare. | |||||
1996-07-18 | start-sanitize-d10v | Martin Hunt | 1 | -0/+3 | |
Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * dis-asm.h: (print_insn_d10v): Declare. end-sanitize-d10v | |||||
1996-07-15 | * dis-asm.h: Get rid of decls for print_insn_i8086, | Stu Grossman | 1 | -6/+11 | |
print_insn_sparc64 and print_insn_sparclite. * (INIT_DISASSEMBLE_INFO): Split into two pieces. One, INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian, mach, and arch. | |||||
1996-07-12 | * dis-asm.h (print_insn_i8086): Declare. | Stu Grossman | 1 | -0/+1 | |
1996-07-05 | No longer need to sanitize away h8s stuff. | Jeff Law | 1 | -7/+4 | |
1996-01-23 | * dis-asm.h (INIT_DISASSEMBLE_INFO): New argument FPRINTF_FUNC. | David Edelsohn | 1 | -2/+2 | |
1996-01-23 | * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN. | David Edelsohn | 1 | -1/+1 | |
1996-01-23 | * dis-asm.h (disassemble_info): New members arch, mach, endian. | David Edelsohn | 1 | -33/+30 | |
(INIT_DISASSEMBLE_INFO): Initialize them. (DISASM_RAW_INSN{,FLAG}): Define. | |||||
1995-01-16 | * dis-asm.h (prin_insn_w65): Declare. | Steve Chamberlain | 1 | -0/+1 | |
1995-01-06 | * dis-asm.h: Make idempotent. | Ian Lance Taylor | 1 | -4/+8 | |
1994-11-24 | * dis-asm.h (print_insn_shl): New prototype. | Steve Chamberlain | 1 | -13/+18 | |
1993-07-31 | * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns, | John Gilmore | 1 | -25/+94 | |
data_size, insn_type, target, target2. These are used to return information from the instruction decoders back to the calling program. Add comments, make more readable. | |||||
1993-07-15 | * dis-asm.h: Added declaration of print_insn_m88k. | Ian Lance Taylor | 1 | -4/+27 | |
1993-04-01 | Fix prototype problems related to recent disassembler changes | Jim Kingdon | 1 | -1/+2 | |
1993-04-01 | merge binutils and gdb sparc disassemblers | Jim Kingdon | 1 | -0/+1 | |
1993-04-01 | * dis-asm.h: (disassemble_info): Fix typo in prototype of | Stu Grossman | 1 | -1/+1 | |
dis_asm_memory_error(). | |||||
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -16/+66 | |
which copes with errors in a plausible way | |||||
1993-03-18 | * ieee-float.h: Moved from ../gdb. | Per Bothner | 1 | -0/+32 | |
* dis-asm.h: New file. Interface to dis-assembler. |