aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31Avoid compilation warning on MinGW in xstrndupEli Zaretskii1-0/+4
libiberty/ChangeLog: 2017-05-31 DJ Delorie <dj@redhat.com> * configure.ac (strnlen): Add to AC_CHECK_DECLS. * configure: Likewise. * config.in: Add HACE_DECL_STRNLEN.
2015-11-09Configury changes for obstack optimizationAlan Modra1-0/+3
Provides defines used to determine whether glibc obstacks are compatible. Generally speaking, 32-bit targets won't need to use obstack.o from libiberty if glibc is used, while 64-bit targets will, until glibc gets the new obstack code. libiberty/ * configure.ac: Get size of size_t. * config.in: Regenerate. * configure: Regenerate.
2015-06-24Sync libiberty from GCC, replaying updates to configure scriptsIain Buclaw1-0/+32
2014-11-17Sync libiberty from GCCJan-Benedict Glaw1-0/+31
2012-10-10merge from gccDJ Delorie1-0/+3
2011-07-22merge from gccDJ Delorie1-0/+6
2010-11-21merge from gccDJ Delorie1-3/+3
2010-11-04Use spawnve on cygwin.Richard Henderson1-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.
2010-11-02merge from gccDJ Delorie1-0/+3
2010-10-06merge from gccDJ Delorie1-8/+8
2009-09-042009-09-04 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu1-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-032009-09-03 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu1-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.
2009-08-22merge from gccDJ Delorie1-4/+18
2009-03-27merge from gccDJ Delorie1-0/+3
2008-10-072008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>H.J. Lu1-0/+6
* configure.ac: Call AC_SYS_LARGEFILE. * config.in: Regenerated. * configure: Likewise.
2008-10-07merge from gccDJ Delorie1-6/+0
2008-09-11bfd/Jan Kratochvil1-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.
2005-07-22merge from gccDJ Delorie1-0/+4
2005-07-22merge from gccDJ Delorie1-4/+0
2005-07-22 * configure.ac: Check for a getopt(3) declaration.Ben Elliston1-0/+4
* configure, config.in: Regenerate.
2005-07-072005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook1-0/+7
* config.in: Regenerate for 6/20 change.
2005-05-28merge from gccDJ Delorie1-0/+8
2005-05-24merge from gccDJ Delorie1-0/+20
2005-05-07merge from gccDJ Delorie1-8/+2
2005-04-12merge from gccDJ Delorie1-0/+15
2005-04-11merge from gccDJ Delorie1-0/+6
2005-04-02merge from gccDJ Delorie1-0/+6
2005-03-25merge from gccDJ Delorie1-0/+3
2004-12-10merge from gccDJ Delorie1-0/+3
2004-04-22merge from gccDJ Delorie1-0/+3
2004-03-10merge from gccDJ Delorie1-5/+4
2004-01-10merge from gccDJ Delorie1-177/+214
2003-06-19merge from gccDJ Delorie1-0/+3
2003-06-13merge from gccDJ Delorie1-3/+3
2003-05-07libiberty/Jason Merrill1-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.
2003-04-16merge from gccDJ Delorie1-0/+6
2003-04-16merge from gccDJ Delorie1-0/+9
2003-02-22merge from gccDJ Delorie1-0/+12
2003-02-21merge from gccDJ Delorie1-0/+21
2003-02-21merge from gccDJ Delorie1-0/+6
2003-02-21merge from gccDJ Delorie1-1/+4
2003-02-20 * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz1-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.
2003-02-13merge from gccDJ Delorie1-1/+7
2001-11-28merge from gccDJ Delorie1-6/+12
2001-11-26merge from gccDJ Delorie1-0/+3
2001-11-15merge from gccDJ Delorie1-0/+3
2001-03-06merge from gccDJ Delorie1-22/+12
2000-12-26* bsearch.c: New file.DJ Delorie1-0/+3
* configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate.
2000-11-29* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie1-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.
2000-07-23 * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law1-0/+9
(AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.