aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
AgeCommit message (Collapse)AuthorFilesLines
1992-12-15Add i386sco4.mh (this time for sure).Ian Lance Taylor1-0/+1
1992-12-15Tue Dec 15 10:05:56 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+12
* coffread.c (decode_type): catch negative tagndx fields generated by SCO 3.2v4 cc. * exec.c: comment out string following #endif. * configure.in (i[34]86-*-sco3.2v4*): use host i386sco4. * xm-i386sco.h: include <sys/types.h> and <sys/dir.h>, required by <sys/user.h>. * config/i386sco4.mh: new file; like i386sco.mh, but don't require gcc, and define const to empty to avoid SCO 3.2v4 cc bug.
1992-12-15* hppahpux.mt (TDEPFILES): Add exec.o.Stu Grossman2-2/+2
* hppahpux.mh (NATDEPFILES): Remove exec.o, add inftarg.o, and fork-child.o.
1992-12-10* config/{vxworks68,vxworks960}: Don't include xdr_regs.o.John Gilmore2-2/+2
1992-12-08 Changes for Amiga Unix from rhealey@ub.d.umn.edu.Fred Fish1-1/+3
* config/amix.mh (NAT_FILE): Add, set to nm-sysv4.h. * config/amix.mh (NATDEPFILES): Add. * config/amix.mh (XDEPFILES): Move procfs.o and fork-child.o to NATDEPFILES. * dwarfread.c (decode_subscr_data): Remove spurious test that accepted only integer subscript types. We don't do anything with the type at the moment anyway.
1992-12-08recording file deathK. Richard Pixley22-150/+0
1992-11-13put exec.o back; it deals with exec files, not fork/exec, and thus is stillMark Eichin1-1/+1
relevant for remote targets.
1992-11-12* Makefile.in: Remove dependancies for 29k-share/dfe/yank.o andStu Grossman1-1/+1
29k-share/dfe/mini2udi.o. * config/a29k-udi.mt: Remove yank.o and mini2udi.o. * alldeps.mak, depend: Update to deal with removal of aforementioned files. * remote-udi.c: Major cleanups. Clean up udi_open and drop requirement for useless 'program' argument. Clean up udi_create_inferior, and udi_load to call common download() routine. Create download routine to load remote hosts directly (with the help of BFD) so that we don't need yank.c and mini2udi.c. Fix udi_detach to call UDIDisconnect with the right arguments. Clean up udi_resume, don't assign tip_error twice. Clean up udi_wait, straighten out status codes. Make udi_kill really work.
1992-10-28hp300 native supportK. Richard Pixley4-4/+8
1992-10-28vax native supportK. Richard Pixley1-1/+3
1992-10-28apollo native supportK. Richard Pixley2-2/+6
1992-10-23* config/hppahpux.mh (NATDEPFILES): Add hppah-nat.o.Stu Grossman1-1/+1
1992-10-22* config/rs6000.mh (NATDEPFILES): Add corelow.o.John Gilmore1-1/+1
1992-10-22* Makefile.in (HFILES): Add nm-i386sco.h.Stu Grossman2-2/+2
* dwarfread.c: include <sys/types.h> for SCO. * infptrace.c: Don't include ptrace.h under SCO. * config/i386sco.mh: Use -D_POSIX_SOURCE instead of -posix for gcc. * config/i386v.mt: Add exec.o to TDEPFILES.
1992-10-22sun4sol2 native stuffK. Richard Pixley2-2/+4
1992-10-21umax native supportK. Richard Pixley2-2/+4
1992-10-21hppa native supportK. Richard Pixley4-4/+8
1992-10-20 * mips-nat.c (fetch_core_registers, register_addr): Copy fromStu Grossman2-2/+2
coredep.c, but zero out FP_REGNUM & ZERO_REGNUM so that stack backtraces from core files work. * config/decstation.mh, config/irix3.mh: Remove coredep.o. Functions are now defined in mips-nat.c.
1992-10-19Remove news1000.mt (same as news.mt) from .Sanitize.John Gilmore1-1/+0
1992-10-17 Native support cleanup and corefile fixes for i386 SVR4 systems.Fred Fish3-6/+6
* i386-tdep.c (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Moved to i386v4-nat.c * i386v4-nat.c, nm-i386v4.h, : New files. * i386sol2.mh, i386v4.mh, ncr3000.mh (NAT_FILE): Use nm-i386v4.h. * i386sol2.mh, i386v4.mh, ncr3000.mh (NATDEPFILES): Add corelow.o, change i386v-nat.o to i386v4-nat.o.
1992-10-17misc 386 configs updatedK. Richard Pixley9-9/+22
1992-10-16i386bsd cleanupK. Richard Pixley2-2/+2
1992-10-16i386v host/target/native separationK. Richard Pixley3-4/+6
1992-10-16linux host/target/native separationK. Richard Pixley2-2/+4
1992-10-16sun386 host/target/native separationK. Richard Pixley2-2/+4
1992-10-16i386mach host/target/native separationK. Richard Pixley1-1/+3
1992-10-16go32 host/target/native separationK. Richard Pixley1-1/+2
1992-10-16m88k native supportK. Richard Pixley4-4/+8
1992-10-16* nm-i386bsd.h, xm-i386bsd.h: Split native dependent pieces outJohn Gilmore1-0/+1
into new nm-file. * config/i386bsd.mh (NAT_FILE): Point to new nm-file.
1992-10-16Make core files work again on most hosts, by adding corelow.o.John Gilmore21-21/+21
1992-10-16* config/decstation.mh, news.mh (NATDEPFILES): Add corelow.o.John Gilmore4-4/+4
* config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's native dependent.
1992-10-16ultra3 splitK. Richard Pixley2-2/+4
1992-10-15sony news native supportK. Richard Pixley2-2/+4
1992-10-10remove duplicate inftarg.oK. Richard Pixley2-2/+2
1992-10-09* config/irix3.mh (NATDEPFILES): nat-mips.o => mips-nat.o.Stu Grossman1-1/+1
1992-10-09* config/bigmips.mh config/littlemips.mh: Remove mips-xdep.o.Stu Grossman2-2/+2
1992-10-09First cut at support for all BSD variants on 386.John Gilmore3-0/+11
1992-10-09Sun2 native support (untested).K. Richard Pixley2-2/+6
* xm-sun2.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS, REGISTER_U_ADDR): removed to nm-sun2.h. * nm-sun2.h: new file. * config/sun2os[34].mh (XDEPFILES): infptrace.o inftarg.o fork-child.o sun3-xdep.o removed. (NAT_FILE, NATDEPFILES): new macros.
1992-10-09Mips native support. Decstation and iris4 have been tested.K. Richard Pixley3-3/+11
Iris3 has not. * mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): removed to irix4-nat.c * mips-xdep.c: removed. * irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new files. * procfs.c: include nm.h. * xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed. * xm-irix4.h: bump copyright. (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS, PROC_NAME_FMT): removed. * xm-mips.h (FETCH_INFERIOR_REGISTERS): removed. * config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o. (NAT_FILE, NATDEPFILES): new macros for native support. (CC): supply default compiler switches. * config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o. (NAT_FILE, NATDEPFILES): new macros for native support. Note that irix3 is untested. * config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o. (NAT_FILE, NATDEPFILES): new macros for native support.
1992-10-09* config/rs6000.mh (XDEPFILES): removed fork-child.o.K. Richard Pixley3-6/+6
(NATDEPFILES): added fork-child.o * config/sun3os3.mh (XDEPFILES): removed fork-child.o. (NATDEPFILES): added fork-child.o * config/sun3os4.mh (XDEPFILES): removed fork-child.o. (NATDEPFILES): added fork-child.o
1992-10-09Remove stratus.mt and stratus.mh until we can get copyright assignment from theStu Grossman1-2/+0
real author of the i860 stuff.
1992-10-09Remove a29k-udi.c till we straighten out AMD copyright stuff.Stu Grossman1-1/+0
1992-10-09* config/sun4os4.mh (XDEPFILES): fork-child.o removed.K. Richard Pixley1-2/+2
(NATDEPFILES): added fork-child.o.
1992-10-08Going back to old remote method for now.Sean Eric Fagan1-2/+0
1992-10-06Set REMOTE to remote-ser.o.Sean Eric Fagan1-0/+3
1992-10-06* configure.in, config/i386sol2.{mh,mt}: Preliminary Solaris-x86 conf.John Gilmore3-0/+36
1992-10-05Mon Oct 5 09:46:44 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+1
* config/irix4.mh: added -lsun to XM_CLIBS to get RPC functions needed for vxworks targets.
1992-10-02Rs6000 native support.K. Richard Pixley1-1/+3
* infptrace.c: remove #ifdef USG from around include ptrace.h. machines without this header should not be compiling this file. * nm-rs6000.h, rs6000-nat.c: new files for native support. * rs6000-tdep.c: do not include sys/ptrace.h or sys/reg.h. * rs6000-xdep.c: removed. all code now in rs6000-nat.c. * xm-rs6000.h: do not include ptrace.h. (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to nm-rs6000.h. * config/rs6000.mh (XDEPFILES): removed rs6000-xdep.o. infptrace.o and inftarg.o move to NATDEPFIES. (NAT_FILE, NATDEPFILES): new macro for native support.
1992-10-01Sun3 native support.K. Richard Pixley2-2/+6
* config/sun3os3.mh, config/sun3os4.mh (NAT_FILE, NATDEPFILES): new macros for native support. (XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES, removed sun3-xdep.o. * xm-sun3.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to nm-sun3.h. * sun3-xdep.c: removed. All code is now in sun3-nat.c. * sun3-nat.c, nm-sun3.h: new files for native support.
1992-10-01Remove dup inftarg.o from NATDEPFILES.John Gilmore1-1/+1