diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-03-27 23:21:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-03-27 23:21:09 +0000 |
commit | 2f35ab9b82f18c1ba7b27fb804859d6ed8482796 (patch) | |
tree | 1456d74d906200b979fa5b7c79861b1ae3cb6591 /gold/config.in | |
parent | 10e1b6bb907a5ec314012ebb75c94a8e5b29b145 (diff) | |
download | gdb-2f35ab9b82f18c1ba7b27fb804859d6ed8482796.zip gdb-2f35ab9b82f18c1ba7b27fb804859d6ed8482796.tar.gz gdb-2f35ab9b82f18c1ba7b27fb804859d6ed8482796.tar.bz2 |
* 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.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <memory.h> 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 |