aboutsummaryrefslogtreecommitdiff
path: root/gdb/i960-pinsn.c
AgeCommit message (Collapse)AuthorFilesLines
1993-09-01bzero -> memsetK. Richard Pixley1-1/+1
1993-07-10 * findvar.c, defs.hJim Kingdon1-7/+6
({extract,store}_{signed_integer,unsigned_integer,address}): New routines to replace SWAP_TARGET_AND_HOST. All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
1993-04-08 * i960-pinsn.c (tabent): Copied struct definition fromIan Lance Taylor1-0/+6
opcodes/i960-dis.c.
1993-04-02New print_address for disassemblers, merge a29k and i960 disassemblersJim Kingdon1-739/+55
1992-11-23+ * nindy-share/stop.h: fixed bogus comment-end in copyright messageDavid D. Zuhn1-2/+2
+ * i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
1992-11-06* m68k-stub.c: Remove ansidecl.h and the few uses of it.John Gilmore1-3/+5
Stubs should stand alone as much as possible. * source.c (show_directories): Avoid printf_filtered length prob pointed out by Jonathan Stone. * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper limit properly to avoid accesses beyond end of table. Fix by Lee W. Cooprider, <Lee_Cooprider@vos.stratus.com>.
1992-09-25use _filtered routines for printing so symbolic addresses show up in the ↵Ken Raeburn1-46/+46
right place
1992-09-02* ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.John Gilmore1-1/+1
* serial.h (EXFUN): Remove all uses, convert to PARAMS. * config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files should include a ser-XXX.o module. * dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap. * defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const. * configure.in: Map unrecognized sun 68k's, sun sparcs, into known suns in configure.in, rather than mapping them to unique config files that happen to duplicate other config files. * config/sun3.{mh,mt}: Remove (use identical sun3os4.*). * config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
1992-07-10print symbolic version of addresses as well as hexKen Raeburn1-2/+2
1992-06-13Remove reg_names decl (now in defs.h).John Gilmore1-3/+1
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-1/+0
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-1/+0
* param-no-tm.h: Change users to define TM_FILE_OVERRIDE instead. * param.h, param-no-tm.h: Removed. * Update copyrights in all changed files. * dbxread.c, dwarfread.c, inflow.c, infrun.c, m2-exp.y, putenv.c, solib.c, symtab.h, tm-umax.h, valprint.c: Lint. * tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h, xm-merlin.h: Avoid host include files in target descriptions. * getpagesize.h: Removed, libiberty copes now.
1991-06-04More updating to GPL-2.John Gilmore1-2/+18
1991-03-28Johns releaseK. Richard Pixley1-0/+847