From 2f35ab9b82f18c1ba7b27fb804859d6ed8482796 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 27 Mar 2009 23:21:09 +0000 Subject: * mremap.c: New file. * configure.ac: Call AC_REPLACE_FUNCS on mremap. * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined. (mremap): Declare if HAVE_MREMAP is not defined. * configure, Makefile.in, config.in: Rebuild. --- gold/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gold/config.in') diff --git a/gold/config.in b/gold/config.in index 9e41cfb..93264cf 100644 --- a/gold/config.in +++ b/gold/config.in @@ -46,6 +46,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mremap' function. */ +#undef HAVE_MREMAP + /* Define if compiler supports #pragma omp threadprivate */ #undef HAVE_OMP_SUPPORT -- cgit v1.1