summaryrefslogtreecommitdiff
path: root/gdb/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Minor maint et.al. tweeks.Andrew Cagney2000-05-171-2/+8
|
* Check -W options before using them.Andrew Cagney2000-05-121-9/+16
|
* 2000-04-13 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-04-141-0/+26
| | | | | | | | | | | | | | | | * acconfig.h (HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T, HAVE_LWPID_T, HAVE_PSADDR_T): Add them here instead of in config.in. * acconfig.h (PRFPREGSET_T_BROKEN): New define. * configure.in: Add check for broken prfpregset_t type. * lin-thread.c (gdb_prfpregset): New typedef, depends on definition of PRFPREGSET_T_BROKEN. (ps_lgetfpregs, ps_lsetfpregs, p_td_thr_getfpregs, p_td_thr_setfpregs, thread_db_fetch_registers, thread_db_store_registers): Use gdb_prfpregset_t instead of prfpregset_t. * config.in: Regenerated. * configure: Regenerated.
* Only re-generate copying.c when maintainer mode.Andrew Cagney2000-04-131-0/+1
|
* Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.Andrew Cagney2000-04-111-6/+7
|
* * configure.in (NEW_PROC_API): Escape square brackets when testingPeter Schauer2000-04-081-1/+1
| | | | | for solaris2.[678]. * configure: Regenerate.
* When GCC always enable certain warnings.Andrew Cagney2000-04-071-7/+8
| | | | Allow configure to set CFLAGS (-g -O2) when GCC.
* * configure.in (_MSE_INT_H): Define on Solaris 7.Nicholas Duffek2000-04-071-4/+9
| | | | | | | (NEW_PROC_API): Define on Solaris 7 and 8 as well as 6. * acconfig.h (_MSE_INT_H): Define on Solaris 7. * configure: Regenerate. * config.in: Regenerate.
* 2000-04-03 H.J. Lu <hjl@gnu.org>H.J. Lu2000-04-041-0/+30
| | | | | | | | | | | | | | | | | | | | | | | * gdb_regex.h: New. Include "regex.h" if USE_INCLUDED_REGEX is defined and <regex.h> otherwise. * irix5-nat.c: Include "gdb_regex.h" instead of "gnu-regex.h". * monitor.c: Likewise. * osfsolib.c: Likewise. * solib.c: Likewise. * source.c: Likewise. * symtab.c: Likewise. * Makefile.in (REGEX): Changed to @REGEX@. (REGEX_CFLAGS): New. (REGEX1): Removed. (ADD_DEPS): Use $(REGEX) instead of $(REGEX1). (INTERNAL_WARN_CFLAGS): Add $(REGEX_CFLAGS). * configure.in (--with-included-regex): New switch. (REGEX): New. Subsstitue @REGEX@ in Makefile.in. (REGEX_CFLAGS): New. Subsstitue @REGEX_CFLAGS@ in Makefile.in. * configure: Regenerated.
* * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill2000-03-301-1/+1
| | | | | * configure (gcc_version): When setting, narrow search to lines containing `version_string'.
* Don't include nrom in CONFIG_INITS.Andrew Cagney2000-03-221-1/+0
|
* From John David Anglin:Andrew Cagney2000-03-201-1/+0
| | | | Don't initialize HPUX thread twice.
* 2000-03-05 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-03-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | Allow GDB to run on Linux 2.0 again. * config.in: Add HAVE_PTRACE_GETREGS. * configure.in: Check if <sys/ptrace.h> defines PTRACE_GETREGS. * configure: Regenerated. * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): New defines. * i386-linux-nat.c (have_ptrace_getregs): New variable. (PTRACE_XFER_TYPE, CANNOT_FETCH_REGISTER, fetch_register, old_fetch_inferior_registers, CANNOT_STORE_REGISTER, store_register, old_store_inferior_registers): Copied over from `inptrace.c' as a temporary measure. (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Conditionalize on HAVE_PTRACE_GETREGS. Define stubs if HAVE_PTRACE_GETREGS isn't defined. (fetch_regs): Reset `have_ptrace_getregs' if ptrace call fails with EIO. (fetch_inferior_registers, store_inferior_registers): Fall back on the method use in `infptrace.c' (by calling old_fetch_inferior_registers and old_store_inferior_registers) if `have_ptrace_getregs' isn't set.
* Move GDBtk's ``ln -s ... gdbtcl'' code out of configure.Andrew Cagney2000-03-031-10/+8
| | | | | Add CONFIG_CLEAN, CONFIG_ALL to configured targets. Add all-gdbtk, clean-gdbtk.
* Only configure GDBtk when it is present.Andrew Cagney2000-03-031-6/+5
|
* 2000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-02-261-0/+3
| | | | | | | | | Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated.
* Only install GDBtk files when GDBtk is being built.Andrew Cagney2000-02-241-0/+8
|
* * configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace.Andrew Cagney2000-02-241-1/+1
|
* Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney2000-02-231-3/+29
| | | | | | | Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option.
* 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2000-02-161-3/+3
| | | | | | | | * configure.in: Replaces obsolete gdbtk-variable.c with gdbtk-varobj.c. * configure: Regenerate. * Makefile.in: Remove obsolete/extraneous references to gdbtk-var* files.
* 2000-02-09 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-02-161-0/+4
| | | | | | | | | * configure.in: Check for lwpid_t, psaddr_t, prgregset_t and prfpregset_t in <sys/procfs.h>. * config.in: Add HAVE_LWPID_T, HAVE_PSADDR_T, HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T. * gdb_proc_service.h: Only provide typedefs for lwpid_t, psaddr_t, prgregset_t and prfpregset_t if they are not already present.
* 2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-02-081-1/+0
| | | | | | | | * configure.in: Remove the addition of sol-thread.c to the CONFIG_INITS list. This caused problems with init.c, because sol-thread.c would be grepped twice for _initialize_* functions. * configure: Ditto. * Makefile.in: Add FIXME for init.c.
* import insight-2000-02-04 snapshot (2nd try)Jason Molenda2000-02-071-0/+162
|
* import gdb-2000-02-04 snapshotJason Molenda2000-02-051-0/+5
|
* import gdb-2000-02-02 snapshotJason Molenda2000-02-031-0/+36
|
* import gdb-2000-01-17 snapshotJason Molenda2000-01-181-2/+6
|
* import gdb-2000-01-10 snapshotJason Molenda2000-01-111-1/+1
|
* import gdb-2000-01-05 snapshotJason Molenda2000-01-061-19/+10
|
* import gdb-1999-12-21 snapshotJason Molenda1999-12-221-2/+2
|
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-1/+1
|
* import gdb-1999-11-01 snapshotJason Molenda1999-11-021-0/+18
|
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-1/+2
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-3/+6
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-4/+13
|
* import gdb-1999-08-16 snapshotJason Molenda1999-08-161-2/+5
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-1/+22
|
* import gdb-1999-05-10Stan Shebs1999-05-111-2/+7
|
* import gdb-19990504 snapshotStan Shebs1999-05-051-0/+5
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-2/+56
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+606
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1001/+0
|
* 1999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-091-1/+1
| | | | | | | | | | * gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H. * configure.in: Don't check for libintl.h. * configure, config.in: Regenerated. Fixes a problem on debian systems, a conflict between the /usr/include/libintl.h and the routines that are actually linked in, up in ../intl.
* 1999-02-05 James Ingham <jingham@cygnus.com>Jim Ingham1999-02-061-34/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Add GDBTK_CFLAGS - this is now used to hold -fwritable-strings when compiling with Tk8.1. * configure.in: Add GDBTK_CFLAGS, set it to -fwritable-strings for Tcl/Tk8.1 & greater. * acinclude.m4: Move the rest of the defines to find Itcl, Itk & Tix from aclocal.m4 to here. * aclocal.m4: regenerate. * configure: regenerate. * gdbtk-hooks.c (x_event): Tcl_ObjGetVar2 was removed from Tcl8.1. Use Tcl_GetVar2 instead. * gdbtk-hooks.c (gdbtk_trace_find): Fix up call to Tcl_GlobalEvalObj for Tcl/Tk 8.1. * gdbtk-hooks.c (gdbtk_trace_start_stop): Call to Tcl_EvalObj was inefficient, replace with call to Tcl_GlobalEval. * gdbtk.c: Don't swap out the Tcl_Alloc calls in gdbtk.c. We took care of that in Tcl itself for 8.1. * gdbtk.c: Remove const from the script string since Tcl8.1 has taken to scribbling sentinals into strings passed to it again... * gdbtk-cmds.c (wrapped_call): Change declaration of 1st arg from char * to PTR to eliminate warning. * gdbtk-cmds.c (perror_with_name_wrapper): Ditto
* * configure.in: Move termcap determination a later in the file to catchChristopher Faylor1999-02-041-17/+17
| | | | | setting of cygwin flag. * configure: Regenerate.
* * config/i386/cygwin.mh: Move TERMCAP test code to configure.in.Christopher Faylor1999-02-031-10/+14
| | | | | | * configure.in: Treat libtermcap.a detection as a special case when hosting on cygwin. * configure: Regenerate.
* 1999-02-01 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-011-2/+2
| | | | | | | | * configure.in: Require autoconf 2.13. (AM_EXEEXT): Replace with new AC_EXEEXT. * acinclude.m4: Move itcl header macros from aclocal.m4 to here. * aclocal.m4: Regenerated. * configure: Regenerated.
* Allow PPC users to select which PPC/RS6000 variant they're debuggingJim Blandy1999-02-011-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at run-time. At the moment, the only thing this affects is the set of registers visible. * config/rs6000/tm-rs6000.h (REGISTER_NAME): Define this as a call to the function rs6000_register_name. (rs6000_register_name): Include extern decl. (NUM_REGS): Bump to 183. What's the right way to do this? (FIRST_UISA_SP_REGNUM, LAST_UISA_SP_REGNUM): Renamed from FIRST_SP_REGNUM, LAST_SP_REGNUM. (REGISTER_BYTES): Recompute this. * rs6000-tdep.c: Renamed all uses of FIRST_SP_REGNUM and LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with some concomitant formatting changes. #include "gdbcmd.h", so we can define commands here. (struct variant): New structure. (COMMON_UISA_REG_NAMES, PPC_UISA_SPR_NAMES, PPC_SEGMENT_REG_NAMES, PPC_32_OEA_SPR_NAMES, num_registers): New macros. (register_names_rs6000, register_names_uisa, register_names_403, register_names_403GC, register_names_505, register_names_860, register_names_601, register_names_602, register_names_603, register_names_604, register_names_750, variants): New variables. (rs6000_register_name, install_variant, find_variant_by_name, install_variant_by_name, list_variants, show_current_variant, set_processor, show_processor): New functions. (_initialize_rs6000_tdep): Define new commands `set processor' and `show processor', and call install_variant_by_name to set the default variant. * rs6000-nat.c: Renamed all uses of FIRST_SP_REGNUM and LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with some concomitant formatting changes. * configure.in: Accept the `--with-cpu' flag, to specify a default processor variant. * acconfig.h: Provide a blurb for TARGET_CPU_DEFAULT, which is set by configure's `--with-cpu' flag. * config.in, configure: Regenerated.
* This is the merge of the Itcl3.0 gdbtk development branch into theJim Ingham1999-01-281-9/+52
| | | | | trunk. To build it, you will have to do update -dP in the itcl directory, and update tcl, tk, tix and libgui as well.
* * configure.in: Ensure that -luser32 is always linked in for cygwin build.Christopher Faylor1999-01-181-2/+3
| | | | * configure: Regenerated.
* HP merge related changes; TUI stuff; new configs for 10.20 and 11.00; new files.David Taylor1999-01-061-1/+27
|