aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-07-04 15:06:40 +0930
committerAlan Modra <amodra@gmail.com>2014-07-04 15:06:40 +0930
commit1110793abe7dca4b2092e69da0d5356eb4b25c77 (patch)
treeda955ad6b60a9af1d90595cce47cdaf9b2502d03 /ld
parent35eafcc71b8a54330704656fb6df0b5d6665ed15 (diff)
downloadgdb-1110793abe7dca4b2092e69da0d5356eb4b25c77.zip
gdb-1110793abe7dca4b2092e69da0d5356eb4b25c77.tar.gz
gdb-1110793abe7dca4b2092e69da0d5356eb4b25c77.tar.bz2
Update "configure.in" in comments and doco
bfd/ * Makefile.am: Update "configure.in" comments. * PORTING: Likewise. * aoutx.h: Likewise. * configure.host: Likewise. * doc/bfdint.texi: Likewise. * targets.c: Likewise. * warning.m4: Likewise. * Makefile.in: Regenerate. gas/ * doc/internals.texi: Update "configure.in" comments. * acinclude.m4: Likewise. * config/tc-sparc.c: Likewise. ld/ * configure.ac: Update "configure.in" comments. * configure: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rwxr-xr-xld/configure2
-rw-r--r--ld/configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index aa3cb10..20e5bb4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2014-07-04 Alan Modra <amodra@gmail.com>
+ * configure.ac: Update "configure.in" comments.
+ * configure: Regenerate.
+
+2014-07-04 Alan Modra <amodra@gmail.com>
+
* configure.ac: Rename from configure.in.
* Makefile.in: Regenerate.
* config.in: Regenerate.
diff --git a/ld/configure b/ld/configure
index 7a899be..03fb75b3 100755
--- a/ld/configure
+++ b/ld/configure
@@ -16846,7 +16846,7 @@ all_libpath=
rm -f tdirs
# If the host is 64-bit, then we enable 64-bit targets by default.
-# This is consistent with what ../bfd/configure.in does.
+# This is consistent with what ../bfd/configure.ac does.
if test x${want64} = xfalse; then
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
diff --git a/ld/configure.ac b/ld/configure.ac
index d1bf1e4..c81ccfe 100644
--- a/ld/configure.ac
+++ b/ld/configure.ac
@@ -282,7 +282,7 @@ dnl file.
rm -f tdirs
# If the host is 64-bit, then we enable 64-bit targets by default.
-# This is consistent with what ../bfd/configure.in does.
+# This is consistent with what ../bfd/configure.ac does.
if test x${want64} = xfalse; then
AC_CHECK_SIZEOF(void *)
if test "x${ac_cv_sizeof_void_p}" = "x8"; then