aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Collapse)AuthorFilesLines
2000-05-26Configure TUI to use <ncurses.h> when available.Andrew Cagney1-327/+339
2000-05-25* acconfig.h (HAVE_R_FS, HAVE_R_GS): Add.Mark Kettenis1-330/+386
* configure.in: Add checks for r_fs and r_gs members of `struct reg'. * config.in, configure: Regenerated.
2000-05-25Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h".Andrew Cagney1-187/+188
2000-05-25Have TUI use the same configury mechanism as MI.Andrew Cagney1-71/+68
2000-05-23Add -Wuninitialized.Andrew Cagney1-2/+2
2000-05-17Minor maint et.al. tweeks.Andrew Cagney1-56/+62
2000-05-12Check -W options before using them.Andrew Cagney1-328/+347
2000-04-142000-04-13 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-326/+360
* 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.
2000-04-13Only re-generate copying.c when maintainer mode.Andrew Cagney1-308/+337
2000-04-11Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.Andrew Cagney1-59/+62
2000-04-08 * configure.in (NEW_PROC_API): Escape square brackets when testingPeter Schauer1-1/+1
for solaris2.[678]. * configure: Regenerate.
2000-04-07When GCC always enable certain warnings.Andrew Cagney1-61/+60
Allow configure to set CFLAGS (-g -O2) when GCC.
2000-04-07 * configure.in (_MSE_INT_H): Define on Solaris 7.Nicholas Duffek1-186/+191
(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-042000-04-03 H.J. Lu <hjl@gnu.org>H.J. Lu1-306/+363
* 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.
2000-03-22Don't include nrom in CONFIG_INITS.Andrew Cagney1-51/+50
2000-03-20From John David Anglin:Andrew Cagney1-313/+323
Don't initialize HPUX thread twice.
2000-03-05Double Oops! I forgot the regenerated configure too.Mark Kettenis1-319/+341
2000-03-03Move GDBtk's ``ln -s ... gdbtcl'' code out of configure.Andrew Cagney1-203/+203
Add CONFIG_CLEAN, CONFIG_ALL to configured targets. Add all-gdbtk, clean-gdbtk.
2000-03-03Only configure GDBtk when it is present.Andrew Cagney1-315/+324
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-318/+341
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.
2000-02-24Only install GDBtk files when GDBtk is being built.Andrew Cagney1-192/+202
2000-02-24* configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace.Andrew Cagney1-52/+54
2000-02-23Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney1-309/+348
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-162000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-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-162000-02-16 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-315/+431
* configure: Regenerated.
2000-02-082000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-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.
2000-02-07import insight-2000-02-04 snapshot (2nd try)Jason Molenda1-0/+997
2000-02-05import gdb-2000-02-04 snapshotJason Molenda1-163/+169
2000-02-03import gdb-2000-02-02 snapshotJason Molenda1-283/+314
2000-01-18import gdb-2000-01-17 snapshotJason Molenda1-15/+19
2000-01-11import gdb-2000-01-10 snapshotJason Molenda1-280/+291
2000-01-06import gdb-2000-01-05 snapshotJason Molenda1-114/+107
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-293/+282
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-1/+1
1999-11-02import gdb-1999-11-01 snapshotJason Molenda1-120/+153
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-277/+289
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-36/+39
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-149/+159
1999-08-16import gdb-1999-08-16 snapshotJason Molenda1-134/+237
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-281/+297
1999-05-19import gdb-1999-0519Jason Molenda1-270/+281
1999-05-11import gdb-1999-05-10Stan Shebs1-16/+21
1999-05-05import gdb-19990504 snapshotStan Shebs1-96/+147
1999-04-26import gdb-19990422 snapshotStan Shebs1-260/+478
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+6279
1999-04-16Initial creation of sourceware repositoryStan Shebs1-7464/+0
1999-02-111999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-181/+1870
* configure, aclocal.m4: Regenerate with correct version of aclocal.
1999-02-111999-02-10 Syd Polk <spolk@cygnus.com>Syd Polk1-1878/+189
* acinclude.m4: Fix for new location of itclConfig.sh and itkConfig.sh. * aclocal.m4: Regnerate. * configure: Regenerate.
1999-02-091999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-125/+120
* 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-061999-02-05 James Ingham <jingham@cygnus.com>Jim Ingham1-292/+376
* 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