aboutsummaryrefslogtreecommitdiff
path: root/include/dis-asm.h
AgeCommit message (Collapse)AuthorFilesLines
1996-10-17 * dis-asm.h (print_insn_m32r): Declare.David Edelsohn1-0/+3
1996-10-03Grrr. The mn10200 and mn10300 are _not_ similar enough to easily supportJeff Law1-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 Law1-2/+8
Getting started on Matsushita.
1996-07-22Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-1/+2
* dis-asm.h (print_insn_alpha): Don't declare. (print_insn_alpha_osf, print_insn_alpha_vms): Declare.
1996-07-18start-sanitize-d10vMartin Hunt1-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 Grossman1-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 Grossman1-0/+1
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law1-7/+4
1996-01-23 * dis-asm.h (INIT_DISASSEMBLE_INFO): New argument FPRINTF_FUNC.David Edelsohn1-2/+2
1996-01-23 * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.David Edelsohn1-1/+1
1996-01-23 * dis-asm.h (disassemble_info): New members arch, mach, endian.David Edelsohn1-33/+30
(INIT_DISASSEMBLE_INFO): Initialize them. (DISASM_RAW_INSN{,FLAG}): Define.
1995-01-16 * dis-asm.h (prin_insn_w65): Declare.Steve Chamberlain1-0/+1
1995-01-06 * dis-asm.h: Make idempotent.Ian Lance Taylor1-4/+8
1994-11-24 * dis-asm.h (print_insn_shl): New prototype.Steve Chamberlain1-13/+18
1993-07-31* dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,John Gilmore1-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 Taylor1-4/+27
1993-04-01Fix prototype problems related to recent disassembler changesJim Kingdon1-1/+2
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon1-0/+1
1993-04-01 * dis-asm.h: (disassemble_info): Fix typo in prototype ofStu Grossman1-1/+1
dis_asm_memory_error().
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon1-16/+66
which copes with errors in a plausible way
1993-03-18 * ieee-float.h: Moved from ../gdb.Per Bothner1-0/+32
* dis-asm.h: New file. Interface to dis-assembler.