aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure
AgeCommit message (Collapse)AuthorFilesLines
2001-11-13merge from gccDJ Delorie1-117/+122
2001-09-29merge from gccDJ Delorie1-123/+124
2001-09-26merge from gccDJ Delorie1-109/+219
2001-08-22merge from gccDJ Delorie1-60/+64
2001-08-17merge from gccDJ Delorie1-72/+81
2001-07-05merge from gccDJ Delorie1-1/+2
2001-03-06merge from gccDJ Delorie1-182/+56
2000-12-26* bsearch.c: New file.DJ Delorie1-98/+96
* 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-150/+247
(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-09-05* configure.in (Cygwin): special case cygwin only when we'reDJ Delorie1-4/+9
building cygwin, not when we're hosting cygwin.
2000-07-23 * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law1-82/+117
(AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2000-07-23 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law1-78/+112
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2000-06-15Synced with libiberty in the gcc repository.H.J. Lu1-125/+460
2000-06-06* Makefile.in: add EXTRA_INCSDJ Delorie1-100/+123
* configure.in: if with-newlib, point to it for includes rather than using the installed includes, for target builds. If cygwin, override function list only for target builds. * configure: regenerate Note from DJ: I waited a week for gcc approval and got none, but we need this patch for cygwin builds *now*. I'll fix it later if need be.
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor1-115/+152
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1-94/+160
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.
1999-05-06 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.Richard Henderson1-1/+1
* getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+2850