diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-03-28 05:22:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-03-28 05:22:30 +0000 |
commit | fd03461a93f2e080e317da40dc4929ee437ffb76 (patch) | |
tree | b39eddbb67236e3cb29f78f93ef59b9737c8fe78 /gold/Makefile.in | |
parent | 1b31f75d637045dd1fb0c8ee3dedf21ee6f147f5 (diff) | |
download | gdb-fd03461a93f2e080e317da40dc4929ee437ffb76.zip gdb-fd03461a93f2e080e317da40dc4929ee437ffb76.tar.gz 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/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index 8c1d00d..fe3474d 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -50,7 +50,8 @@ 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 mremap.c pread.c yyscript.c yyscript.h + NEWS TODO ffsll.c 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 \ @@ -535,6 +536,7 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ffsll.Po@am__quote@ @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@ |