aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
AgeCommit message (Collapse)AuthorFilesLines
1999-06-07import gdb-1999-06-07 snapshotJason Molenda1-2/+7
1999-04-26import gdb-19990422 snapshotStan Shebs1-14/+8
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+282
1999-04-16Initial creation of sourceware repositoryStan Shebs1-317/+0
1999-02-10 Declare Gould configuration obsolete:Stan Shebs1-4/+5
* configure.host, configure.tgt: Comment out Gould configs. * Makefile.in: Comment out Gould-related actions. * gould-xdep.c, gould-tdep.c, config/gould/*: Comment out. * NEWS: Mention obsolete status. And the first one bites the dust...
1999-02-08Add support for StrongARM host/target.Nick Clifton1-1/+2
1999-01-29 * configure.tgt (v850): Add wildcard to match.Stan Shebs1-19/+3
Also remove sanitization for v850e and ea.
1998-12-16Rename vr4100 (vr4xxx) config files to vr4100.Andrew Cagney1-3/+3
Rename vr4xxx (vr4300) config files to vr4xxx. Enable GDB_MULTI_ARCH in tm-vr4xxx.h
1998-12-08Tue Dec 8 15:09:44 1998 Edith Epstein <eepstein@sophia.cygnus.com>Edith Epstein1-0/+2
* config/m68k/tm-m68k.h (NUM_FREGS): m68k-linux patch. Added NUM_FREGS macro. * config/m68k/xm-linux.h: m68k-linux patch. New file. * config/m68k/tm-linux.h: m68k-linux patch. New file. * config/m68k/nm-linux.h: m68k-linux patch. New file. * config/m68k/linux.mt: m68k-linux patch. New file. * config/m68k/linux.mh: m68k-linux patch. New file. * gdbserver/low-linux.c: m68k-linux patch. Added an ifdef that checks the value of __GLIBC to decide whether or not to include sys/reg.h. * m68klinux-nat.c: m68k-linux patch. New file. Note both m68k-tdep.c and m68klinux-nat.c contain definitions for supply_gregset and supply_fpregset. The definitions in m68k-tdep.c are valid is USE_PROC_FS is defined. Otherwise, the definitions in m68klinux-nat.c will be used. This is a bit of a hack. The supply_* routines do not belong in *_tdep.c files. But, there are several lynx ports that currently depend on these definitions. * configure.tgt: m68k-linux patch. Added m68*-*-linux* gdb_target. * configure.host: m68k-linux patch. Added m68*-*-linux* gdb_host. * Makefile.in: m68k-linux patch. Added compile line for m68klinux-nat.o
1998-12-03fr30 update.Zdenek Radouch1-0/+3
1998-11-25CARP: --enable-build-warnings=-Werror: Fix problems stopping GDB beingAndrew Cagney1-15/+9
canadian-crossed to host i386-cygwin.
1998-11-25For top level:Gavin Romig-Koch1-0/+4
* config.sub (mips64vr4xxx,mips64vr4xxxel): New. For gcc: * config.sub (mips64vr4xxx,mips64vr4xxxel): New. * configure.in (mips64vr4xxx,mips64vr4xxxel): New. * config/mips/t-vr4xxx: New. * config/mips/elfb4xxx.h: New. * config/mips/elfl4xxx.h: New. * configure: Rebuilt. For gas: * config/tc-mips.c (md_begin): Added mip64vr4xxx as a possible CPU_TARGET. For gdb: * configure.tgt: Handle mips64*vr4xxx. For ld: * configure.tgt: Handle mips64*vr4xxx.
1998-11-13Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-5/+5
Changes to account for name change from cygwin32 to cygwin and clean up Win32-related ifdefs. * configure.tgt: check for cygwin* instead of cygwin32. New cygwin gdb_target variable loses the "32". * configure.host: check for cygwin* instead of cygwin32. New cygwin gdb_host variable loses the "32". * configure.in: test __CYGWIN__ instead of __CYGWIN32__, rename gdb_cv_os_cygwin32 variable to drop the "32". Call AM_EXEEXT instead of AC_EXEEXT since that isn't in a released autoconf yet. * configure: regenerate. * main.c: drop "32" from cygwin_ funcs, include sys/cygwin.h where cygwin path conv protos live, instead of adding a proto here for them here. * {main.c, ser-tcp.c, ser-unix.c, top.c}: check __CYGWIN__ instead of __CYGWIN32__. * source.c: thoughout, check _WIN32 instead of WIN32. * config/i386/cygwin32.mh: delete. * config/i386/cygwin.mh: new file, was cygwin32.mh. * config/i386/cygwin32.mt: delete. * config/i386/cygwin.mt: new file, was cygwin32.mt. * config/i386/tm-cygwin32.h: delete. * config/i386/tm-cygwin.h: new file, was tm-cygwin32.h. * config/i386/xm-cygwin32.h: delete. * config/i386/xm-cygwin.h: new file, was xm-cygwin32.h. * config/i386/xm-windows.h: #include xm-cygwin.h now. * config/powerpc/cygwin32.mh: delete. * config/powerpc/cygwin.mh: new file, was cygwin32.mh. * config/powerpc/cygwin32.mt: delete. * config/powerpc/cygwin.mt: new file, was cygwin32.mt. * config/powerpc/tm-cygwin32.h: delete. * config/powerpc/tm-cygwin.h: new file, was tm-cygwin32.h. * config/powerpc/xm-cygwin32.h: delete. * config/powerpc/xm-cygwin.h: new file, was xm-cygwin32.h. * rdi-share/aclocal.m4: regenerate with aclocal. * rdi-share/configure: regenerate with autoconf. * rdi-share/{host.h, hostchan.c, hostchan.h, serdrv.c, * serpardr.c, unixcomm.c}: check __CYGWIN__ instead of __CYGWIN32__.
1998-11-05Wed Nov 4 18:44:31 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-0/+2
* configure.tgt: Add fr30-*-elf*.
1998-08-12sanitize-vr5400 -> sanitize-cygnus, for 98r2Ken Raeburn1-2/+2
1998-07-24remove d30v sanitizationIan Lance Taylor1-2/+0
1998-07-15 * main.c (main): Fix violations of GNU coding standard.Keith Seitz1-0/+6
* breakpoint.c: Export delete_command. * infcmd.c: Export continue_command, stepi_command, and nexti_command. * Makefile.in: Add target for v850ice.o. * configure.tgt: Add cygwin32 dependencies for v850 ice.
1998-04-18Added sparc86x support.Stan Cox1-1/+2
1998-04-14Tue Apr 14 15:43:49 1998 John Metzler <jmetzler@cygnus.com>John Metzler1-1/+1
* configure.tgt: Switch over to use tm-4320.h. Since I switched to MIPS EABI the fixes are no longer backward compatible with 4300. * tm-vr4320.h: Added * vr4320.mt: Added
1998-03-10 * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.Gavin Romig-Koch1-1/+0
1998-03-06Scrap the un-needed vr4111 stuff.Gavin Romig-Koch1-3/+0
1998-03-04Target triple mips64vr4111-*-elf is defined by the header file tm-vr4xxx.hJohn Metzler1-2/+2
1998-03-03 * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) :Gavin Romig-Koch1-0/+4
Added.
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-06 * configure.tgt (mips64r5900*-sky-elf*): Replaces txvu-elf.Doug Evans1-5/+3
* config/mips/txvu.mt (SIM): txvu -> mips.
1998-02-03* alpha-nat.c (fetch_aout_core_registers): Rename fromRichard Henderson1-3/+3
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-24 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,Stan Shebs1-1/+0
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.
1998-01-23Fix sanitization.Mark Alexander1-1/+1
1998-01-22Recognize txvu-elf as a target.Ron Unrau1-0/+5
1998-01-21 * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove configStan Shebs1-4/+2
recognition, no source files for these (note that the i386 Mach is pre-Mach 3). (mips*-*-mach3*, ns32k-*-mach3*): Fix file names. * config/mips/mipsel64.mt: Remove, never referenced.
1998-01-15 toplevel--Gavin Romig-Koch1-0/+4
* config.sub: Create the vr4111 as a copy of vr4100. gas-- * config/tc-mips.c (md_begin): Create the vr4111 as a copy of the vr4100. gcc-- * config.sub: Create the vr4111 as a copy of the vr4100. * configure.in: Same. * configure: Rebuild. gdb-- * configure.tgt: Create the vr4111 as a copy of the vr4100.
1998-01-08Applied patches from Tony.Thompson@arm.com to implement the Angel remoteNick Clifton1-1/+11
debugging interface and resurrected associated RDI files.
1997-12-16 * configure.tgt: Change little-endian tx39 target name to tx39l.Mark Alexander1-2/+2
start-sanitize-tx19 * configure.tgt: Change little-endian tx19 target name to tx19l. end-sanitize-tx19
1997-12-15(Mostly from Gavin Koch)Andrew Cagney1-4/+4
In dwarf2read.c, if the ABI is 32 bit and 64 bit addresses are encountered discard the most significant 32 bits. Use CORE_ADDR for address variables instead of long. Add more explicit tx49 configur target. Check/use sigaction/SA_RESTART in remote-sim.c
1997-12-12Renamed v850eq -> v850eaNick Clifton1-1/+1
1997-12-02Add support for Thumb target.Nick Clifton1-1/+2
1997-11-24Have mips64vr5400-*-elf look like a mips64vr5000.Andrew Cagney1-0/+5
1997-10-29 * configure.tgt: Add tx49 configury based on 4300.Gavin Romig-Koch1-0/+4
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs1-3/+0
1997-09-26 * configure.tgt: Set gdb_target to r5900.Jeff Law1-1/+1
* config/mips/tm-r5900.h, config/mips/r5900.mt: New files * mips-tdep.c (_initialize_mips_tdep): Allow target files to override default FPU type. Brought over from r5900 branch.
1997-09-26 * configure.tgt (v850-*-*): necmsg.lib instead of v850.lib.Felix Lee1-1/+1
1997-09-25 * The following block of changes add support for debugging assemblyStu Grossman1-0/+3
source files. * breakpoint.c (resolve_sal_pc): Prevent crash when pc isn't associated with a function. * buildsym.c (record_line start_symtab end_symtab): Don't delete symtabs which only have line numbers (but no other debug symbols). * dbxread.c (read_dbx_symtab end_psymtab): Ditto. * remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use intrinsic simulator breakpoints if available, otherwise do it the hard way. * configure.tgt: Add d30v. * d30v-tdep.c: New file. * config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files.
1997-09-23vr5900 -> r5900Jeff Law1-2/+1
r5900 is always little endian.
1997-09-21Removed v850eq sanitization.Nick Clifton1-3/+1
1997-09-16Remove/retain old ARC stuff as appropriateStan Shebs1-2/+0
1997-09-15 * dbxread.c (MSYMBOL_SIZE): New macro.Mark Alexander1-0/+6
(end_psymtab): Use MSYMBOL_SIZE to extract size from minimal symbol. * elfread.c (elf_symtab_read): If ELF symbol is "special", such as a MIPS16 function, mark minimal symbol as special too. * mips-tdep.c (pc_is_mips16): New function to check whether a function is MIPS16 by looking at the minimal symbol. Use pc_is_mips16 throughout instead of IS_MIPS16_ADDR macro. * config/mips/tm-mips.h (SYMBOL_IS_SPECIAL, MAKE_MSYMBOL_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): New functions for setting/testing "special" MIPS16 bit in ELF and minimal symbols. * mdebugread.c (parse_partial_symbols): Don't construct a partial symbol table for a file that already has one. start-sanitize-tx19 * configure.tgt: Support TX19. * config/mips/tm-tx19.h, config/mips/tm-tx19l.h, config/mips/tx19.mt, config/mips/tx19l.mt: New files for TX19. end-sanitize-tx19
1997-09-03removed v850 sanitization.Nick Clifton1-2/+0
1997-08-18Add support for v850e and v850eq targets.Nick Clifton1-0/+20
1997-08-09start-sanitize-tic80Mark Alexander1-2/+4
* config/tic80/tic80.mt: (GDBSERVER-DEPFILES, GDBSERVER_LIBS): Define for gdbserver. (SIM): Remove -lm to prevent make errors. * configure.tgt: add gdbserver to configdirs for tic80. end-sanitize-tic80 * gdbserver/utils.c (error): Change prototype to match defs.h. * gdbserver/low-sim.c: Change simulator calls to use new interface. * remote.c (remote_write_bytes): Include '$' at start of packet and checksum at end of packet in overhead calculation.
1997-06-13Fri Jun 13 13:44:47 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-4/+2
* config/mips/tm-tx39[l].h, tx39[l].mt: change r3900 target to tx39. [also clean up sanitization]