aboutsummaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-03-28 05:22:30 +0000
committerIan Lance Taylor <ian@airs.com>2009-03-28 05:22:30 +0000
commitfd03461a93f2e080e317da40dc4929ee437ffb76 (patch)
treeb39eddbb67236e3cb29f78f93ef59b9737c8fe78 /gold/config.in
parent1b31f75d637045dd1fb0c8ee3dedf21ee6f147f5 (diff)
downloadfsf-binutils-gdb-fd03461a93f2e080e317da40dc4929ee437ffb76.zip
fsf-binutils-gdb-fd03461a93f2e080e317da40dc4929ee437ffb76.tar.gz
fsf-binutils-gdb-fd03461a93f2e080e317da40dc4929ee437ffb76.tar.bz2
* ffsll.c: New file.
* configure.ac: Call AC_REPLACE_FUNCS on ffsll. * gold.h (ffsll): Declare if HAVE_FFSLL is not defined. * ftruncate.c (ftruncate): Declare before definition. * mremap.c (mremap): Likewise. * pread.c (pread): Likewise. * configure, Makefile.in, config.in: Rebuild.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in
index 93264cf..97af335 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -34,6 +34,9 @@
/* Define to 1 if you have the <ext/hash_set> header file. */
#undef HAVE_EXT_HASH_SET
+/* Define to 1 if you have the `ffsll' function. */
+#undef HAVE_FFSLL
+
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE