summaryrefslogtreecommitdiffstats
path: root/gdb/symm-xdep.c
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (VERSION): Bump to 4.5.6.Fred Fish1992-06-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * coffread.c (coff_end_symtab): Cast 2nd arg of complain() to correct type. * defs.h (NORETURN): Define away for Lucid compiler. * remote.c (remote_timer, remote_interrupt): Signal handlers take one int arg. * ser-termios.c (serial_write, serial_close): Return whatever value the write/close call returns, rather than falling off end. * inferior.h (PTRACE_ARG3_TYPE): Third arg to ptrace is int on more systems than it is "char *". Define PTRACE_ARG3_TYPE to default to int. * infptrace.c, hppabsd-xdep.c, hppahpux-xdep.c, i386-xdep.c, inferior.h (call_ptrace): Use PTRACE_ARG3_TYPE to declare type of third arg. * a68v-xdep.c, arm-xdep.c, convex-xdep.c, hp300ux-xdep.c, infrun.c, m88k-xdep.c, mach386-xdep.c, mips-xdep.c, os68k-xdep.c, pyr-tdep.c, pyr-xdep.c, rs6000-xdep.c, sparc-xdep.c, sun3-xdep.c, sun386-xdep.c, symm-xdep.c, ultra3-xdep.c: Use PTRACE_ARG3_TYPE to cast ptrace argument 3. * sparc-xdep.c, a68v-xdep.c (fetch_inferior_registers, store_inferior_registers): Supply missing fourth argument to ptrace().
* Globs of changes. See the ChangeLog for details. Most related toFred Fish1992-03-151-4/+4
| | | | using the new mmalloc package.
* Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1992-03-031-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.)
* * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitionsJohn Gilmore1992-02-211-7/+5
| | | | | | | | into solib.h. * sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c, sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c, value.h: Prototypes for static functions; lint. * gdbtypes.h: Empty file to ease transition.
* * defs.h: Incorporate param.h. All users changed.John Gilmore1991-11-211-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.
* Remove internal gdb definition of fixed arg count concat() function andFred Fish1991-11-121-1/+1
| | | | convert to use of variable arg count concat() in libiberty.
* * i386-xdep.c, symm-xdep.c: Remove most 387 support.John Gilmore1991-09-181-116/+7
| | | | * i386-xdep.c: Output hex with local_hex_string for Modula-2 support.
* Change GDB over to GNU General Public License version 2.John Gilmore1991-06-041-6/+6
|
* Initial revisionJohn Gilmore1991-04-051-0/+557
OpenPOWER on IntegriCloud