aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/i386sol2.mh
AgeCommit message (Collapse)AuthorFilesLines
2002-05-11* Makefile.in (ALLDEPFILES): Remove i387-nat.c.Jason Thorpe1-1/+1
(i387-nat.o): Delete dependency list. (go32-nat.o): Change i387-nat.h to i387-tdep.h. (x86-64-linux-nat.o): Likewise. * i387-nat.c: Delete file, moving contents to... * i387-tdep.c: ...here. * i387-nat.h: Rename... * i387-tdep.h: ...to this. * go32-nat.c: Include i387-tdep.h instead of i387-nat.h. * i386-linux-nat.c: Likewise. * i386bsd-nat.c: Likewise. * i386gnu-nat.c: Likewise. * i386nbsd-nat.c: Likewise. * i386v4-nat.c: Likewise. * x86-64-linux-nat.c: Likewise. * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o. * config/i386/go32.mh (NATDEPFILES): Likewise. * config/i386/i386gnu.mh (NATDEPFILES): Likewise. * config/i386/i386sol2.mh (NATDEPFILES): Likewise. * config/i386/i386v42mp.mh (NATDEPFILES): Likewise. * config/i386/linux.mh (NATDEPFILES): Likewise. * config/i386/nbsd.mh (NATDEPFILES): Likewise. * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/i386/obsd.mh (NATDEPFILES): Likewise. * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2002-02-14 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed byPeter Schauer1-2/+2
i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2002-01-18Remove XDEPFILES from GDB.Andrew Cagney1-1/+0
2000-10-09 * config/i386/i386sol2.mh: Add XM_CLIBS definition to resolvePeter Schauer1-0/+1
reference to gethostbyname.
2000-02-01import gdb-2000-01-31 snapshotJason Molenda1-1/+1
2000-01-06import gdb-2000-01-05 snapshotJason Molenda1-1/+2
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+7
1999-04-16Initial creation of sourceware repositoryStan Shebs1-34/+0
1993-03-23 * config/{*.mt, *.mh}: All target and host makefile fragmentFred Fish1-0/+34
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.