summaryrefslogtreecommitdiff
path: root/libiberty/config.in
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2012-10-101-0/+3
|
* merge from gccDJ Delorie2011-07-221-0/+6
|
* merge from gccDJ Delorie2010-11-211-3/+3
|
* Use spawnve on cygwin.Richard Henderson2010-11-041-0/+12
| | | | | | | | | * configure.ac (AC_CHECK_HEADERS): Add process.h. (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list. (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe. * configure, config.in: Rebuild. * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function. [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
* merge from gccDJ Delorie2010-11-021-0/+3
|
* merge from gccDJ Delorie2010-10-061-8/+8
|
* 2009-09-04 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu2009-09-041-2/+7
| | | | | | | | PR target/39065 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. * config.in: Regenerated. * configure: Regenerated.
* 2009-09-03 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu2009-09-031-0/+3
| | | | | | | | | PR target/39065 * configure.ac: Also check for intptr_t. * config.h.in: Regenerated. * configure: Regenerated. * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t instead of of long.
* merge from gccDJ Delorie2009-08-221-4/+18
|
* merge from gccDJ Delorie2009-03-271-0/+3
|
* 2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>H.J. Lu2008-10-071-0/+6
| | | | | | * configure.ac: Call AC_SYS_LARGEFILE. * config.in: Regenerated. * configure: Likewise.
* merge from gccDJ Delorie2008-10-071-6/+0
|
* bfd/Jan Kratochvil2008-09-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix loading large elf64 binaries on 32bit hosts. * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. binutils/ Fix loading large elf64 binaries on 32bit hosts. * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. gas/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. gprof/ * configure.in: Call AC_SYS_LARGEFILE. * gconfig.in: Regenerate. * configure: Regenerate. ld/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. libiberty/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate.
* merge from gccDJ Delorie2005-07-221-0/+4
|
* merge from gccDJ Delorie2005-07-221-4/+0
|
* * configure.ac: Check for a getopt(3) declaration.Ben Elliston2005-07-221-0/+4
| | | | * configure, config.in: Regenerate.
* 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-071-0/+7
| | | | * config.in: Regenerate for 6/20 change.
* merge from gccDJ Delorie2005-05-281-0/+8
|
* merge from gccDJ Delorie2005-05-241-0/+20
|
* merge from gccDJ Delorie2005-05-071-8/+2
|
* merge from gccDJ Delorie2005-04-121-0/+15
|
* merge from gccDJ Delorie2005-04-111-0/+6
|
* merge from gccDJ Delorie2005-04-021-0/+6
|
* merge from gccDJ Delorie2005-03-251-0/+3
|
* merge from gccDJ Delorie2004-12-101-0/+3
|
* merge from gccDJ Delorie2004-04-221-0/+3
|
* merge from gccDJ Delorie2004-03-101-5/+4
|
* merge from gccDJ Delorie2004-01-101-177/+214
|
* merge from gccDJ Delorie2003-06-191-0/+3
|
* merge from gccDJ Delorie2003-06-131-3/+3
|
* libiberty/Jason Merrill2003-05-071-0/+10
| | | | | | | | | | * hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro.
* merge from gccDJ Delorie2003-04-161-0/+6
|
* merge from gccDJ Delorie2003-04-161-0/+9
|
* merge from gccDJ Delorie2003-02-221-0/+12
|
* merge from gccDJ Delorie2003-02-211-0/+21
|
* merge from gccDJ Delorie2003-02-211-0/+6
|
* merge from gccDJ Delorie2003-02-211-1/+4
|
* * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-201-1/+10
| | | | | | | | | | | | | | | (REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated.
* merge from gccDJ Delorie2003-02-131-1/+7
|
* merge from gccDJ Delorie2001-11-281-6/+12
|
* merge from gccDJ Delorie2001-11-261-0/+3
|
* merge from gccDJ Delorie2001-11-151-0/+3
|
* merge from gccDJ Delorie2001-03-061-22/+12
|
* * bsearch.c: New file.insight-precleanup-2001-01-01DJ Delorie2000-12-261-0/+3
| | | | | | * configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate.
* * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie2000-11-291-12/+15
| | | | | | | | | | | | | | (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it.
* * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law2000-07-231-0/+9
| | | | | | (AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
* * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law2000-07-231-0/+4
| | | | | | * configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
* Synced with libiberty in the gcc repository.H.J. Lu2000-06-151-0/+9
|
* merge with libiberty from egcs 2000-02-22Ian Lance Taylor2000-02-221-0/+12
|
* Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1999-08-051-0/+9
| | | | | | | | | | egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.