summaryrefslogtreecommitdiff
path: root/gdb/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* z8k targetSteve Chamberlain1992-11-131-0/+1
|
* add i[34]86-*-go32, sparclite-*-*Mark Eichin1992-11-121-0/+2
|
* Changes to work with new config.sub file from merge with FSF.Jim Wilson1992-11-031-2/+2
|
* Convert m68k entries to m68* entries to handleJohn Gilmore1992-10-131-57/+33
| | | | all the various m68xxx hosts and targets.
* First cut at support for all BSD variants on 386.John Gilmore1992-10-091-0/+2
| | | | | | | * tm-i386bsd.h, xm-i386bsd.h: New config files. * i386b-nat.c: New native support file. * configure.in: Add host and target for i[34]86-*-bsd*. * config/i386bsd.mh, config/i386bsd.mt: New config files.
* * configure.in, config/i386sol2.{mh,mt}: Preliminary Solaris-x86 conf.John Gilmore1992-10-061-0/+2
|
* Native file renaming.K. Richard Pixley1992-09-301-3/+3
| | | | | | | | * nat-sparc.c -> sparc-nat.c * nat-sun4os4.h -> nm-sun4os4.h * nat-trash.h -> nm-trash.h * configure.in: link to nm.h rather than nat.h. * infptrace.c: include nm.h rather than nat.h.
* Remove energize from configdirs. Only install via energize-patches.Stu Grossman1992-09-301-1/+1
|
* Add energize to configdirs.Stu Grossman1992-09-301-1/+1
|
* Host/target/native split for sun4.K. Richard Pixley1992-09-301-0/+5
| | | | | | | | | | | | | | | | | * Makefile.in (TSOBS): removed corelow.o. * infptrace.c: included nat.h. * nat-trash.h: temporary header file. This should be removed once all hosts have the native/host/target split. * configure.in: add a symlink from nat-trash.h to nat.h if no other nat file exists for this configuration. * sparc-tdep.c: no longer include sys/ptrace.h. * sparc-xdep.c: removed. contents have been moved to nat-sparc.c. * xm-sparc.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to nat-sun4os4.h. * nat-sparc.c, nat-sun4os4.h: new files for sun4 native support. * config/sun4os4.mh (XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES. removed sparc-xdep.o. (NATDEPFILES, NAT_FILE): new macros for native support.
* tense test typoK. Richard Pixley1992-09-211-1/+1
|
* fix typoK. Richard Pixley1992-09-211-1/+1
|
* * configure.in: removed target_dependent line.John Gilmore1992-09-191-1/+0
| | | | | | | * remote-mm.c (mm_attach): change printf to error to prevent fallthrough bug. * remote-udi.c (udi_attach): change printf to error to prevent fallthrough bug.
* * Makefile.in, configure.in: add support for files used only whenJohn Gilmore1992-09-191-4/+21
| | | | configured native, that is, when host == target.
* * a68v-xdep.c (store_inferior_registers): Define as type void.Stu Grossman1992-09-031-0/+2
| | | | | | * configure.in: Add host m68k-apollo*-bsd*. * demangle.c (struct demanglers): Use enum instead of constant value to keep braindamaged HP/Apollo compiler happy.
* * ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.John Gilmore1992-09-021-4/+3
| | | | | | | | | | | | | | | * serial.h (EXFUN): Remove all uses, convert to PARAMS. * config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files should include a ser-XXX.o module. * dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap. * defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const. * configure.in: Map unrecognized sun 68k's, sun sparcs, into known suns in configure.in, rather than mapping them to unique config files that happen to duplicate other config files. * config/sun3.{mh,mt}: Remove (use identical sun3os4.*). * config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
* * configure.in (*-*-sunos*): Use trailing * to match allJohn Gilmore1992-09-021-13/+25
| | | | | | | | | | | | | | | | | sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1. (sparc-*-sunos3): Remove host & target. Sunos3 never shipped in production on Sun-4. ({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff. (m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files. (sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files. * tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New target definitions for embedded with and without underlines on identifiers. FIXME -- this ought to be known by BFD instead. * tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE: not a parameter of the CPU, but of the development environment. * tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
* * configure.in (target configurations): Reformat into table.John Gilmore1992-08-281-194/+119
| | | | | | | | | | | | | | Remove unsupp. Amigados host and target. Ditto Mach 386 target. * tm-altosgas.h, tm-i386v-g.h: Remove ancient coff encap configs. * config/{altosgas.mt, i386v-g.mt, i386v32-g.mt}: Ditto. * config/{i386sco.mt,i386v32.mt}: Remove; identical to i386v.mt. * config/{go32.mt,i960.mt}: Remove; they only printed error msgs. * config/nindy960.mt: Remove useless MT_CFLAGS setting. * config/i386aout.mt: Use tm-i386v.h, not tm-i386v-g.h. * Makefile.in (config-check): Add command to check whether configure.in is consistent with config/*.
* Remove -gas variants; GDB doesn't care. Cross-check with config/*.mhJohn Gilmore1992-08-281-7/+3
| | | | to make sure all .mh files are represented and vice verse.
* * configure.in (host configurations): Reformat nested cases intoJohn Gilmore1992-08-271-141/+66
| | | | | easy-to-maintain table. (altos-*-gas): Use -gas flag instead of OS "gas".
* * configure.in: Add sparclite as a target.Stu Grossman1992-08-251-2/+2
|
* Support netx configuration (which permits long-only alignment on m68k).Michael Tiemann1992-08-181-0/+1
|
* * configure.in: Add support for apollo 68k under BSD environment.Stu Grossman1992-08-041-0/+1
| | | | * xm-apollo68b.h: New file to support above.
* * configure.in: Recognize i486 host cpu.Fred Fish1992-08-031-2/+2
| | | | | | | * valprint.c (type_print_derivation_info): Print derivation info in same form as class declarations in source. * valprint.c (type_print_varspec_suffix): Split arg printing code out to type_print_args function.
* Support OSE.David Henkel-Wallace1992-07-231-0/+1
|
* configure error messages to stderr, recognize hppa* instead of hppaDavid D. Zuhn1992-07-201-2/+2
|
* * configure.in: Add m68k-ericsson-*.Fred Fish1992-07-071-0/+1
| | | | * remote-es1800.c, tm-es1800.h, config/es1800.mt: New files.
* * infrun.c (wait_for_inferior): Don't test for SIGEMTPer Bothner1992-06-231-0/+2
| | | | | | (which is not a Posix signal) if it isn't defined. * tm-linux.h, xm-linux.h, config/linux.m[ht], configure.in: New port to Linux (a free Unix clone for 386 machines).
* * configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,Stu Grossman1992-06-191-0/+22
| | | | | | hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, munch, partial-stab.h, tm-hppabsd.h, tm-hppahpux.h, xm-hppabsd.h, xm-hppahpux.h: HPPA merge.
* * configure.in: Solaris config is sparc-sun-solaris2.John Gilmore1992-06-131-2/+2
| | | | * config/sun4os5.m[ht]: Rename to config/sun4sol2.m[ht].
* * configure.in: Tandem debug monitor (st2000) support.Stu Grossman1992-06-081-0/+6
| | | | * remote-st2000.c, config/st2000.mt: ditto.
* Handle -m680[01234]0-wrs as specific vxworks68 targets. With -nfp,Michael Tiemann1992-05-311-0/+9
| | | | | | this offers full control over the CPU parameters of vxworks systems we are likely to encounter (not to mention other 68k embedded targets that run a.out as their debugging format).
* Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain1992-05-131-0/+1
| | | | | | | | | | | | | | | | | | | | | * defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h", allowing hosts with different text and binary file formats to work. * coffread.c (read_coff_symtab): changed calling convention and operation - now it opens its own file with FOPEN_RB rather than duping and fdopening the provided handle. * dbxread.c, cplus-dem.c: #include mangling. * exec.c: If O_BINARY isn't defined, set it to 0, call openp for binary files oring in the right bit. * utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals. * remote-hms.c: cleanup to use the new remote serial stuff * serial.h, ser-termios.c, ser-go32.c: newfiles to provide host independent remote terminal I/O. * remote.c: if DONT_USE_REMOTE is defined, then don't use it. * source.c (openp): fix off by one problem removing / - can now open a source file in the root directory with DOS. * values.c (value_as_pointer): remove bogus address bits from long. (unpack_long): unpack into unsigned long/short if pointer.
* * Makefile.in (VERSION): Bump to 4.5.2.Fred Fish1992-05-031-5/+2
| | | | | | | | | | | | | | | * Makefile.in (DEMANGLE_OPTS): Add, default to -Dnounderscore. * configure.in: Simplify ncr3000 gdb_host logic, add gdb_target. * dwarfread.c (struct_type): Apply fix from Peggy Fieland for proper handling of bit fields. * gdbtypes.h (struct type): Clarify use of field.bitpos. * symtab.h: Fix couple of misspellings in comments. * value.h (struct value): Clarify use of bitpos. * value.h (unpack_field_as_long): Change prototype, returns LONGEST. * values.c (unpack_field_as_long): Change return type to LONGEST, sign extend unpacked fields that are signed, other rewriting. * config/ncr3000.mt: New target config file.
* * Makefile.in: Add 29k/UDI support. Improve depend.Stu Grossman1992-04-241-0/+1
| | | | * .Sanitize, alldeps.mak, configure.in, depend: Add 29k/UDI support.
* Recognize new ncr3000 config.Fred Fish1992-04-111-0/+5
|
* * target.c (nomemory): Now that higher levels examine errno, give EIO.John Gilmore1992-03-291-6/+8
| | | | | | | | | | | * tm-sparc.h: Don't #include <sun4/reg.h>. * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): Remove dependency on <sun4/reg.h>. Start to handle cross-byte-order. * language.h: Avoid forward enum declaration. * configure.in, tm-sun4os5.h, xm-sun4os5.h, config/sun4os5.mh, config/sun4os5.mt: New host and target. * defs.h (errno): #include <errno.h> rather than assuming int. From Pierre Willard.
* * configure.in: fix iris/iris3.Stu Grossman1992-03-251-1/+1
|
* Reflect file name changesSteve Chamberlain1992-03-131-7/+7
|
* * config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman1992-03-051-1/+6
| | | | | | | gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
* * configure.in (mips-big-* target): Same as Sony News.John Gilmore1992-02-271-0/+1
| | | | | * config/mt-bigmips, config/mt-littlemips: Add ecoff.o. * ecoff.c: New file for symbol swapping routines.
* Makefile.in: Removed some '#''s that caused an extraneous include ofSean Eric Fagan1992-02-101-0/+8
| | | | | | the host/site/target files. configure.in: Added support for hosting on an Apollo Series 400, and targeting on an OS/68k machine.
* In configure{.in} {host|target}_makefile_frag should name a fileK. Richard Pixley1992-02-081-2/+2
| | | | | relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
* Add ${srcdir} for makefile_frags.Michael Tiemann1992-02-071-2/+2
|
* * xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,Stu Grossman1992-02-011-1/+10
| | | | | config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix.
* * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,Stu Grossman1992-01-311-0/+2
| | | | | gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in: Fix SCO configuration stuff.
* Name change (It's hitacho micro systems, not hitachi data systems)Steve Chamberlain1992-01-241-1/+1
|
* Add several new files for stratus (i860* and *-stratus.h). Also addFred Fish1992-01-191-0/+7
| | | | macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
* Added h8300 targetSteve Chamberlain1992-01-161-0/+3
|
* * configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:Fred Fish1991-12-201-6/+6
| | | | | | | | | | Change svr4 references to sysv4. * source.c: Move declaration of external function index to front of file so it is in scope for all references. * utils.c (error, fatal): Make definitions consistent with defs.h declarations (declared as "volatile void").