aboutsummaryrefslogtreecommitdiff
path: root/binutils/sparc-pinsn.c
AgeCommit message (Collapse)AuthorFilesLines
1992-09-26* i960-pinsn.c: Change bzero to memset.John Gilmore1-4/+4
* sparc-pinsn.c: Change index to strchr.
1992-08-31Handle new v9 insn argument codes, and delete support for obsolete ones.Jim Wilson1-14/+40
Otherwise not updated or tested, since v9 support is obviously incomplete, and it can't possibly work right without some effort.
1992-07-18removed rcsidsK. Richard Pixley1-2/+0
1992-02-16Hack so it Sanitizes cleanly.Per Bothner1-5/+4
1992-02-16 * Makefile.in: Bump version to 1.96, and remove -betaPer Bothner1-0/+17
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.
1991-12-15Add missing handlers for v9 operands.Michael Tiemann1-2/+17
1991-12-15Format inner print loop according to emacs. Code changes will followMichael Tiemann1-33/+35
(but be easier to diff).
1991-12-08 * bucomm.h: created to hold prototypes of bucomm.cSteve Chamberlain1-3/+2
* 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-1/+1
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner1-2/+2
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-50/+3
1991-06-14*** empty log message ***Steve Chamberlain1-6/+3
1991-06-09Don't sort the const array in place.K. Richard Pixley1-2/+7
1991-05-23new sparc-opcode, new pinsn.K. Richard Pixley1-4/+7
1991-05-22Oops.K. Richard Pixley1-3/+6
1991-05-22v9 stuff.K. Richard Pixley1-28/+94
1991-05-19Updated to relect a gdb change in sparc-opcode.h.K. Richard Pixley1-3/+6
1991-04-18Send the right # of args to an fprintfSteve Chamberlain1-3/+6
1991-03-21Back from Intel with SteveDavid Henkel-Wallace1-2/+5
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+490