aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-03-27 23:21:09 +0000
committerIan Lance Taylor <ian@airs.com>2009-03-27 23:21:09 +0000
commit2f35ab9b82f18c1ba7b27fb804859d6ed8482796 (patch)
tree1456d74d906200b979fa5b7c79861b1ae3cb6591 /gold/Makefile.in
parent10e1b6bb907a5ec314012ebb75c94a8e5b29b145 (diff)
downloadgdb-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/Makefile.in')
-rw-r--r--gold/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 4976af9..8c1d00d 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -50,7 +50,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
$(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.in \
$(top_srcdir)/configure $(top_srcdir)/po/Make-in ChangeLog \
- NEWS TODO ftruncate.c pread.c yyscript.c yyscript.h
+ NEWS TODO ftruncate.c mremap.c pread.c yyscript.c yyscript.h
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
@@ -536,6 +536,7 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Po@am__quote@