aboutsummaryrefslogtreecommitdiff
path: root/binutils/m68k-pinsn.c
AgeCommit message (Collapse)AuthorFilesLines
1993-03-19 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.Per Bothner1-841/+0
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. * Makefile.in: Adjust accordingly. * objdump.c: Support new-style disassemblers (ones that use the interface of ../include/dis-asm.h).
1992-10-08* copy.c (main): Even if is_strip, accept -d argument indicating alternateKen Raeburn1-0/+1
output format. Needed by gdb for Nindy. * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
1992-09-21Patches from WRS:Ian Lance Taylor1-1/+34
Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com) * m68k-pinsn (print_insn_arg, fetch_arg): added support for operands to memory management instructions, from WRS.
1992-08-19This is for PR 628.Ian Lance Taylor1-0/+4
Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com) * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
1992-08-18 * m68k-pinsn.c: Minor fix in style of output (don't usePer Bothner1-1/+1
range to indicate floating point control registers).
1992-06-08new file from bothner, fixes sparc cross-disassembly core dumpsDavid D. Zuhn1-67/+87
1992-02-16 * Makefile.in: Bump version to 1.96, and remove -betaPer Bothner1-2/+9
suffix from distribution name. * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract the signed value of a character (even if chars are unsigned). * sparc-pinsn.c: Add new operand types.
1992-01-28 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branchSteve Chamberlain1-77/+2
displacements don't get printed as large +ve ones.
1991-12-08 * bucomm.h: created to hold prototypes of bucomm.cSteve Chamberlain1-7/+20
* objdump.h: created to hold prototyes of objdump.c * am29k-pinsn.c: include objdump.h * ar.c: include bucomm.h, get ar.h from the right place and include libbfd.h * bucomm.c: defunize bfd_fatal * copy.c: include bucomm.h, lint. * i960-pinsn.h: include bucomm.h * m68k-pinsn.h: lint * nm.c: include bucomm.h, lint * objdump.c: lint * sparc-pinsn.c: include objdump.h
1991-12-01Updated to point to where the header files are nowSteve Chamberlain1-12/+15
1991-11-03 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.Per Bothner1-10/+23
* ar.c (get_pos_bfd): Fix to handling of before/after positioning options. * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue, since libiberty contains vfprintf etc if otherwise missing. * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL type operands, as used by branch instructions. * nm.c: Delegate printing of symbols to BFD, by using bfd_print_symbol to do the formatting.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner1-5/+13
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist.
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-4/+6
1991-06-14*** empty log message ***Steve Chamberlain1-4/+7
1991-03-21Back from Intel with SteveDavid Henkel-Wallace1-2/+5
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+806