summaryrefslogtreecommitdiff
path: root/gdb/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (acconfig_h): Remove incorrect macro.Daniel Jacobowitz2003-01-041-0/+5
| | | | | | | | | | | | | | | | | | (config_h): Define. (osabi.o): Update dependencies. * configure.tgt: Set gdb_osabi based on target triplet. * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi. * configure: Regenerated. * config.in: Regenerated. * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h". (GDB_OSABI_DEFAULT): Define if not already defined. (user_osabi_state, user_selected_osabi, gdb_osabi_available_names) (set_osabi_string): New variables. (gdbarch_register_osabi): Add new OS ABI to gdb_osabi_available_names. (gdbarch_lookup_osabi): Honor specified and default OS ABIs. (set_osabi, show_osabi): New functions. (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
* * configure.in: Don't set and AC_SUBST SUBDIRS.Mark Kettenis2003-01-041-2/+0
| | | | * configure: Regenerated.
* * configure.in: Remove code dealing with shared libraries.Mark Kettenis2003-01-041-61/+0
| | | | | * Makefile.in: Remove HLDFLAGS and HLDENV. * configure: Regenerated.
* * configure.in: Move code that provides the --enable-gdbtk optionMark Kettenis2003-01-041-32/+21
| | | | | | right after the code that handles the --enable-tui option, and polish it somewhat. * configure: Regenerated.
* * configure.in: Call AC_GNU_SOURCE. Check for pread64 usingMark Kettenis2003-01-041-17/+2
| | | | | | | | AC_CHECK_FUNCS and remove the old check for pread64. * acinclude.m4 (AC_GNU_SOURCE): New macro. * acconfig.h (_GNU_SOURCE): Add. (HAVE_PREAD64): Remove. * configure, aclocal.m4, config.in: Regenerated.
* * configure.in: Remove all use of the SUBDIRS variable; addMark Kettenis2003-01-031-29/+23
| | | | | | | | | | directories using the AC_CONFIG_SUBDIRS macro instead. Polish code providing the --enable-multi-ice option, and move it right in front of the code that checks whether gdbserver is supported. Polish that too. * configure: Regenerated. * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of @SUBDIRS@.
* * configure.in: Remove --enable-netrom option.Mark Kettenis2003-01-031-14/+0
| | | | * configure: Regenerated.
* * configure.in: Remove --with-cpu option.Mark Kettenis2003-01-021-35/+0
| | | | | | subscripts. Remove evil changequotes here. * acconfig.h (TARGET_CPU_DEFAULT): Remove. * config.in, configure: Regenerated.
* * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.Mark Kettenis2003-01-021-20/+13
| | | | | | * configure.in: Cleanup section that sources GDB and BFD configure subscripts. Remove evil changequotes here. * config.in, configure: Regenerated.
* * configure.in: Remove UI_OUT configuration code.Mark Kettenis2003-01-021-23/+0
| | | | | | | * ada-lang.c: Update assuming UI_OUT is always true. * Makefile.in (UIOUT_CFLAGS): Remove. * configure: Regenerated. * TODO: Remove blurb about elimination of -DUI_OUT.
* * configure.in: Move code that provides the --enable-gdbcli,Mark Kettenis2003-01-021-63/+52
| | | | | | --enable-gdbmi options right before the code that handles the --enable-tui option. Polish a bit. * configure: Regenerated.
* * configure.in: Rewrite check for GNU regex and theMark Kettenis2003-01-021-32/+31
| | | | | | | | | | --without-included regex option, and move it into the "Checks for library functions" section. This makes us use the system regex again by default on systems with version 2 of the GNU C library. This was apparently broken. * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define. * acconfig.h (USE_INCLUDED_REGEX): Remove. * config.in, configure: Regenerated.
* * configure.in: Move code that provides the --enable-tui optionMark Kettenis2003-01-021-51/+66
| | | | | | | | | | | before the "Checks for libraries" section. Polish the code somewhat and set need_curses to yes if we build the TUI. Rewrite code that looks for a library providing termcap functionality to match more closely what's done in the Readline library, and move it into to the "Checks for libraries" section. * configure: Regenerated. * Makefile.in (TERMCAP): Remove variable. * config/i386/go32.mh (TERMCAP): Remove variable.
* * configure.in: Fix typo in last change.Mark Kettenis2003-01-021-1/+1
| | | | * config.in, configure: Regenerated.
* * configure.in: Reorganize "Checks for library functions section"Mark Kettenis2003-01-021-7/+8
| | | | | a bit. Remove check for `btowc' and `isascii' functions. * configure: Regenerated.
* * acconfig.h (_MSE_INT_H): Remove.Mark Kettenis2003-01-021-19/+57
| | | | | | | | | | * configure.in: Create "Checks for header files" section, and move appropriate tests there. Don't check for objlist.h, wchar.h, wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h> misdetection fix. Also add "Checks for types", "Checks for compiler characteristics" and "Checks for library functions" sections. * config.in, configure: Regenerated.
* * configure.in: Create "Checks for programs" section, and moveMark Kettenis2003-01-021-7/+19
| | | | appropriate tests there.
* * configure.in: Create "Checks for libraries" section, and moveMark Kettenis2003-01-011-12/+18
| | | | | | appropriate tests there. Cleanup check for wctype in libw. Use AC_SEARCH_LIBS to see whether we need libsocket. * configure: Regenerated.
* * configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.Mark Kettenis2002-12-311-1/+1
| | | | * config.in, configure: Regenerated.
* * gdb_dirent.h: Cleanup and update code to match the example inMark Kettenis2002-12-311-1/+2
| | | | | | | the Autoconf manual. * configure.in: Call AC_HEADER_DIRENT. Remove dirent.h, sys/ndir.h, sys/dir.h and ndir.h from call to AC_CHECK_HEADERS. * configure: Regenerated.
* * configure.in: Check that the pthdebug library is recent enoughJoel Brobecker2002-11-291-5/+25
| | | | | | | | | | | before enabling thread support on native AiX. * configure: Regenerate. * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o from the list of object files as it is now appended by configure if thread support is enabled. (NAT_CLIBS): Removed as -lpthdebug is also appended by configure if thread support is enabled.
* 2002-11-26 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-11-271-12/+1
| | | | | | | | * Makefile.in: Remove Tix dependencies. * acinclude.m4: Ditto. * aclocal.m4: Ditto. * configure.in: Ditto. * configure: Regenerated.
* * acconfig.h (HAVE_PREAD64): Add.Daniel Jacobowitz2002-11-261-0/+17
| | | | | | | | | * configure.in: Check for pread64. * config.in: Regenerated. * configure: Regenerated. * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory. * linux-proc.c (linux_proc_xfer_memory): New function. * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
* 2002-11-11 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-11-121-0/+17
| | | | | | | | | | | | | | | | | | | | | | * findvar.c (read_var_value): Reenable TLS code. 2002-11-11 Elena Zannoni <ezannoni@redhat.com> Jim Blandy <jimb@redhat.com> * gdb_thread_db.h (enum): Add TD_NOTALLOC. * target.c (update_current_target): Add to_get_thread_local_address. * target.h (to_get_thread_local_address): Export. (target_get_thread_local_address): Define. (target_get_thread_local_address_p): Define. * thread-db.c: Include solib-svr4.h. (td_thr_tls_get_addr_p): Define. (thread_db_load): Get a pointer to td_thr_tls_get_addr. (thread_db_get_thread_local_address): New function. (init_thread_db_ops): Initialize to_get_thread_local_address. * configure.in: Add test for TD_NOTALLOC in thread_db.h. * configure: Regenerate. * config.in: Regenerate.
* * configure.in: Define NEW_PROC_API on Interix too.Joel Brobecker2002-10-221-1/+1
| | | | * configure: Regenerate.
* Add support for distinct host and target character sets.Kevin Buettner2002-09-201-0/+12
|
* * configure.in: Move SUBDIRS to near top of the file so thatKeith Seitz2002-08-141-1/+4
| | | | | | --enable options may add things to it. If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs. * configure: Regenerate.
* Define HAVE_SYS_PROC_H if sys/proc.h existsJoel Brobecker2002-07-091-1/+1
| | | | | | * configure.in: Add check for sys/proc.h * config.in: Regenerate. * configure: Regenerate.
* * gdb_locale.h: New file.Tom Tromey2002-06-211-2/+3
| | | | | | | | | * Makefile.in (GDB_CFLAGS): Define LOCALEDIR. (defs_h): Added gdb_locale.h. * configure, config.in: Rebuilt. * configure.in (PACKAGE): Define. * defs.h: Include gdb_locale.h. * main.c (captured_main): Call setlocale, bindtextdomain,
* From Christian Limpach <chris@Pin.LU>Jason Thorpe2002-05-111-1/+2
| | | | | | * configure.in: Change sed expression which comments out NATDEPFILES to also comment out continuation lines. * configure: Regenerate.
* 2002-04-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-111-0/+1
| | | | | | | | | * configure.in: Autoconfiscate _SYSCALL32 define for solaris. * configure: Regenerate. * config.in: Regenerate. * acconfig.h: Add define for _SYSCALL32. * core-sol2.c: Remove #define _SYSCALL32. * solib-legacy.c: Remove #define _SYSCALL32.
* * configure.in: Call AC_C_INLINE.Jim Blandy2002-04-041-0/+1
| | | | * configure: Regenerated.
* * configure.in: Detect declaration for canonicalize_file_name.Richard Henderson2002-03-151-1/+1
| | | | | | * utils.c (canonicalize_file_name): Declare, if needed. (gdb_realpath): Prefer realpath if available and usable. * config.in, configure: Rebuild.
* * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.Alexandre Oliva2002-03-061-0/+17
| | | | * configure: Rebuilt.
* Zap lin-thread.cAndrew Cagney2002-02-241-1/+1
|
* * configure.in: (AC_CHECK_FUNCS) Added test forAndrew Cagney2002-02-231-2/+2
| | | | | | | canonicalize_file_name Regenerated. * config.in, configure: Regenerated. * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is defined use canonicalize_file_name.
* 2002-02-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-141-7/+14
| | | | | | | | * configure.tgt: Configure gdbserver only for known working targets. Set ${build_gdbserver} instead of modifying ${configdirs}. * configure.in: Check ${build_gdbserver}. Put gdbserver/ into SUBDIRS if it is configured. Update comment for ${nativefile}. * configure: Regenerated.
* Remove assumption that there is a host.Andrew Cagney2002-01-201-1/+8
|
* Don't include <endian.h>Andrew Cagney2002-01-051-1/+1
|
* * acconfig.h (HAVE_PT_GETXMMREGS): New.Jason Thorpe2002-01-051-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config.in: Regenerate. * configure.in: Update copyright years. Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>. * configure: Regenerate. * i386bsd-nat.c: Update copyright years. (fill_gregset): Use regcache_collect. (fetch_inferior_registers): Only fetch integer registers if requested to do so. Add support for XMM registers using PT_GETXMMREGS. (store_inferior_registers): Only store integer registers if requested to do so. Add support for XMM registers using PT_SETXMMREGS. * i386nbsd-nat.c (fetch_inferior_registers): Remove. (store_inferior_registers): Remove. (fetch_core_registers): Use supply_gregset and i387_supply_fsave. (fetch_elfcore_registers): New function. (i386nbsd_elfcore_fns): New. (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns. * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and i386bsd-nat.o. * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o. * config/i386/nbsdelf.mt (TDEPFILES): Likewise. * config/i386/tm-nbsd.h: Update copyright years. (HAVE_SSE_REGS): Define. (IN_SIGTRAMP): Define as i386bsd_in_sigtramp. (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start. (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end. (SIGCONTEXT_PC_OFFSET): Remove. (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
* * configure, config.in: Rebuilt.Tom Tromey2001-12-211-1/+1
| | | | | | | | | | | | | | * configure.in: Check for realpath. * defs.h (gdb_realpath): Declare. * symtab.h (partial_symtab): Added fullname field. * source.c (openp): Use gdb_realpath. (forget_cached_source_info): Clear full name of each partial symtab. * utils.c (gdb_realpath): New function. * symtab.c (lookup_symtab): Removed. (lookup_symtab_1): Renamed to lookup_symtab. (lookup_symtab): Look for real path. (lookup_partial_symtab): Likewise.
* 2001-12-07 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-12-071-1/+1
| | | | | | | * configure.in: Check for sys/filio.h * configure: Rebuild. * config.in: Add HAVE_SYS_FILIO_H * ser-tcp.c: Conditionally include sys/filio.h.
* * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILESJim Blandy2001-11-051-2/+4
| | | | | using `+=' as well as `='. * configure: Regenerated.
* Fix -W... flags check.Andrew Cagney2001-10-311-5/+4
|
* From Ian Roxborough <irox@redhat.com>Keith Seitz2001-09-061-21/+3
| | | | | | | * configure.in: Use ITCL_LIB_FULL_PATH and ITK_LIB_FULL_PATH to set Itcl and Itk dependancies for gdb. * configure: Regenerated.
* * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: SomeMark Kettenis2001-08-271-2/+3
| | | | | | | | | | | | | | | | | | | gratuitious whitespace changes. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * top.c: Remove redundant logic to define HAVE_SIGSETMASK. (sigsetmask) Don't define macro. (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from async_stop_sig from event-top.c. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical order. Add sigsetmask. (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in alphabetical order. * config/xm-aix4.h, config/alpha/xm-alphalinux.h, config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h (HAVE_SIGSETMASK): Remove. * aclocal.m4, config.in, configure
* * configure.in (GDBTK_SRC_DIR): We must have autoconfKeith Seitz2001-08-161-0/+8
| | | | | | | | | give us the absolute path to the source directory. * configure: Regenerated. * Makefile.in (GDBTK_SRC_DIR): Add variable so that autoconf can substitue it in for us. (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We really do need an absolute pathname.
* * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.Daniel Jacobowitz2001-07-301-1/+18
| | | | | Check for SETPGRP_VOID separately if cross-compiling and ISO C headers are available.
* Added dependency on tcl/tk libraries.John R. Moore2001-07-271-0/+29
|
* * configure.in (AC_CHECK_FUNCS): Add setpggrp.Mark Kettenis2001-07-231-1/+2
| | | | | | | | | | | | | | | | (AC_FUNC_SETPGRP): Add. * aclocal.m4, configure, config.in: Regenerated. * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and SETPGRP_ARGS. Always use setpgid if it is available, fall back on setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to distinguish between the two setpgrp flavours. * config/xm-sysv4.h, config/arm/xm-linux.h, config/i386/xm-i386aix.h, config/i386/xm-sco.h, config/i386/xm-linux.h, config/i386/xm-ptx.h, config/m68k/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h, config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove. * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.