aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
AgeCommit message (Collapse)AuthorFilesLines
1998-03-02Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com>Jason Molenda1-0/+1
* configure.host, configure.tgt: Add sparc-linux. * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux. * config/sparc/*linux*: New files.
1998-02-03* alpha-nat.c (fetch_aout_core_registers): Rename fromRichard Henderson1-4/+5
fetch_core_registers. (fetch_elf_core_registers): New function. (supply_gregset): Use ALPHA_REGSET_BASE. (supply_fpregset): Likewise. (fill_fpregset): Likewise. (alpha_aout_core_fns): Rename from alpha_core_fns. (alpha_elf_core_fns): New. * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o. Disable MMALLOC. * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF. (TARGET_ELF64): Likewise. (ALPHA_REGSET_BASE): New. * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New. * config/alpha/tm-alphalinux.h: Include tm-sysv4.h. * solib.c (elf_locate_base): Add TARGET_ELF64 support. (info_sharedlibary_command): Likewise. * configure.host: Match alpha*. * configure.tgt: Likewise.
1998-01-27Fix some mswin sanitization problems.Fred Fish1-0/+2
1998-01-24 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,Stan Shebs1-7/+4
ns32k-*-mach3*): Fix file names. (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config recognition, no source files for these. * configure.tgt (powerpc-*-aix4*): Remove config, now identical to powerpc-*-aix*. * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files, no longer needed.
1997-03-23 * configure.host: Remove extra bogus Linux case.Stan Shebs1-1/+0
1997-03-20Wed Mar 19 16:13:22 1997 Geoffrey Noer <noer@pizza.cygnus.com>Geoffrey Noer1-1/+3
New UnixWare 2.1 configuration * config/i386/i386v42mp.mt: new * config/i386/i386v42mp.mh: new * config/i386/tm-i386v42mp.h: new * config/i386/nm-i386v42mp.h: new * configure.tgt: added new entries * configure.host: added new entries
1997-02-27 * configure.host (i[3456]86-*-windows): Disable long longStu Grossman1-1/+3
support for WinGDB. Add mswin to configdirs. * configure.in configure: Move calls to configure.host and configure.tgt to the top of configure.in to allow them to set config variables before they are referenced.
1996-11-12Patches to add Irix6 host support.Jim Wilson1-0/+2
1996-10-24 * dbxread.c (process_one_symbol): Interpret end-of-functionMark Alexander1-1/+2
markers correctly; this fixes problem on Vr5000 where all functions in a module had the same address. * configure.in, configure.tgt, configure.host, gdbserver/configure.in: Correct for pc-linux-gnu problem in config.guess. * configure: Regenerate.
1996-10-18 * configure.host: New file, host configuration mapping.Stan Shebs1-0/+155
* configure.tgt: New file, target configuration mapping. * configure.in: Remove host and target mapping. * configure: Rebuild.