]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update "configure.in" in comments and doco
authorAlan Modra <amodra@gmail.com>
Fri, 4 Jul 2014 05:36:40 +0000 (15:06 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 4 Jul 2014 05:36:40 +0000 (15:06 +0930)
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.

16 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/PORTING
bfd/aoutx.h
bfd/configure.host
bfd/doc/bfdint.texi
bfd/targets.c
bfd/warning.m4
gas/ChangeLog
gas/acinclude.m4
gas/config/tc-sparc.c
gas/doc/internals.texi
ld/ChangeLog
ld/configure
ld/configure.ac

index 16511f2e0458fa0926bd422865f5a33d89dc3c7e..014944fe608359463e5ea3801fd2928a63ab6dbb 100644 (file)
@@ -1,3 +1,14 @@
+2014-07-04  Alan Modra  <amodra@gmail.com>
+
+       * 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.
+
 2014-07-04  Alan Modra  <amodra@gmail.com>
 
        * configure.ac: Rename from configure.in.
index 3c59c878cb37bbe57e94de50dee654664115dea8..6f64f0629732aea7b3f88e99771a9d4ede4b6c71 100644 (file)
@@ -739,7 +739,7 @@ CONFIG_STATUS_DEPENDENCIES = \
        $(srcdir)/configure.host \
        $(srcdir)/development.sh
 
-# These are defined by configure.in:
+# These are defined by configure:
 WORDSIZE = @wordsize@
 ALL_BACKENDS = @all_backends@
 BFD_BACKENDS = @bfd_backends@
index 4c589b69d2f55818299b104cf8051cc4d762443f..2c385d57424b45863115b10a9e9a42916076886f 100644 (file)
@@ -1044,7 +1044,7 @@ CONFIG_STATUS_DEPENDENCIES = \
        $(srcdir)/development.sh
 
 
-# These are defined by configure.in:
+# These are defined by configure:
 WORDSIZE = @wordsize@
 ALL_BACKENDS = @all_backends@
 BFD_BACKENDS = @bfd_backends@
index 37e2c870670b91d8279f01f0382f855cf1177d9e..f4786b31fbdb99f1a08143ce371800ad1ba3d056 100644 (file)
@@ -19,7 +19,7 @@ You need to create <target>.c and config/<target>.mt,
 and add a case for it to a case statements in bfd/configure.host and
 bfd/config.bfd, which associates each canonical host type with a BFD
 host type (used as the base of the makefile fragment names), and to the
-table in bfd/configure.in which associates each target vector with
+table in bfd/configure.ac which associates each target vector with
 the .o files it uses.
 
 config/<target>.mt is a Makefile fragment.
@@ -29,7 +29,7 @@ SELECT_ARCHITECTURES=bfd_<cpu>_arch
 
 See the list of cpu types in archures.c, or "ls cpu-*.c".
 If your architecture is new, you need to add it to the tables
-in bfd/archures.c, opcodes/configure.in, and binutils/objdump.c.
+in bfd/archures.c, opcodes/configure.ac, and binutils/objdump.c.
 
 For more information about .mt and .mh files, see config/README.
 
index a2f7d1667b6649639f3f6ab62adbd1634aac3496..259c2bfe6eea10aa1cceb3f8c33e9cc6190b8e6c 100644 (file)
@@ -101,7 +101,7 @@ DESCRIPTION
 |      TDEFAULTS = -DDEFAULT_VECTOR=host_aout_big_vec
 |      TDEPFILES= host-aout.o trad-core.o
 
-       in the @file{config/@var{XXX}.mt} file, and modify @file{configure.in}
+       in the @file{config/@var{XXX}.mt} file, and modify @file{configure.ac}
        to use the
        @file{@var{XXX}.mt} file (by setting "<<bfd_target=XXX>>") when your
        configuration is selected.  */
index e796b6a5549771e0407b4cee7d89e80df38c2eb8..5942e575a1bd7f11640c1eee649bf16e81953f9c 100644 (file)
@@ -20,7 +20,7 @@
 
 # Since the "bfd/hosts" directory is shared by the bfd, opcodes, and
 # binutils directories (at least), the index to it is also shared.
-# This is that index.  Each configure.in file should source this file
+# This is that index.  Each configure.ac file should source this file
 # in its per-host part.
 
 # This sets the following shell variables:
index a138b0eb19964387b1bc78873934ee092dfe4611..5e335c8eb2f888bf8bb90a77765a834c67d8c554 100644 (file)
@@ -1548,7 +1548,7 @@ following:
 Define either @samp{TARGET_BIG_SYM} or @samp{TARGET_LITTLE_SYM}, or
 both, to a unique C name to use for the target vector.  This name should
 appear in the list of target vectors in @file{targets.c}, and will also
-have to appear in @file{config.bfd} and @file{configure.in}.  Define
+have to appear in @file{config.bfd} and @file{configure.ac}.  Define
 @samp{TARGET_BIG_SYM} for a big-endian processor,
 @samp{TARGET_LITTLE_SYM} for a little-endian processor, and define both
 for a bi-endian processor.
index 65f4648c59c4f508b6e2e782f2671612f15dc077..83131d1cfde768d2508a482046d0e5a9e055ff97 100644 (file)
@@ -930,7 +930,7 @@ static const bfd_target * const _bfd_target_vector[] =
 #endif
        /* This list is alphabetized to make it easy to compare
           with other vector lists -- the decls above and
-          the case statement in configure.in.
+          the case statement in configure.ac.
           Try to keep it in order when adding new targets, and
           use a name of the form <cpu>_<format>_<other>_<endian>_vec.
           Note that sorting is done as if _<endian>_vec wasn't present.
index b1a8c7b5a37183689564a9ae35408fb78074d50e..de7e9e4491b67f1d6746c80b13e649ef0e26e3bc 100644 (file)
@@ -1,4 +1,4 @@
-dnl Common configure.in fragment
+dnl Common configure.ac fragment
 dnl
 dnl   Copyright (C) 2012-2014 Free Software Foundation, Inc.
 dnl
index 96307e86c4417468d4694b51b3d63ba8e9e93da9..f2f25f2d3a6829beb2e44ae00a9ce00c74606903 100644 (file)
@@ -1,3 +1,9 @@
+2014-07-04  Alan Modra  <amodra@gmail.com>
+
+       * doc/internals.texi: Update "configure.in" comments.
+       * acinclude.m4: Likewise.
+       * config/tc-sparc.c: Likewise.
+
 2014-07-04  Alan Modra  <amodra@gmail.com>
 
        * configure.ac: Rename from configure.in.
index 40722c6888a26ce416800ad5955f0c66cc616eb0..9864abe23ebf59694e1579dc65589457f1ea6fc9 100644 (file)
@@ -37,7 +37,7 @@ test $gas_cv_assert_ok = yes || AC_DEFINE(BROKEN_ASSERT, 1, [assert broken?])
 ])dnl
 dnl
 dnl Since many Bourne shell implementations lack subroutines, use this
-dnl hack to simplify the code in configure.in.
+dnl hack to simplify the code in configure.ac.
 dnl GAS_UNIQ(listvar)
 AC_DEFUN([GAS_UNIQ],
 [_gas_uniq_list="[$]$1"
index 5b0baad975a70b051c9fef7df83716969fd2f6dd..b5e9704d28667b5b22ece1cb069bc08bc2ea137b 100644 (file)
@@ -262,7 +262,7 @@ static struct sparc_arch {
   { "v9d", "v9b", v9, 0, 1, HWCAP_MUL32|HWCAP_DIV32|HWCAP_FSMULD|HWCAP_POPC|HWCAP_VIS|HWCAP_VIS2|HWCAP_ASI_BLK_INIT|HWCAP_FMAF|HWCAP_VIS3|HWCAP_HPC },
   { "v9e", "v9b", v9, 0, 1, HWCAP_MUL32|HWCAP_DIV32|HWCAP_FSMULD|HWCAP_POPC|HWCAP_VIS|HWCAP_VIS2|HWCAP_ASI_BLK_INIT|HWCAP_FMAF|HWCAP_VIS3|HWCAP_HPC|HWCAP_AES|HWCAP_DES|HWCAP_KASUMI|HWCAP_CAMELLIA|HWCAP_MD5|HWCAP_SHA1|HWCAP_SHA256|HWCAP_SHA512|HWCAP_MPMUL|HWCAP_MONT|HWCAP_CRC32C|HWCAP_CBCOND|HWCAP_PAUSE },
   { "v9v", "v9b", v9, 0, 1, HWCAP_MUL32|HWCAP_DIV32|HWCAP_FSMULD|HWCAP_POPC|HWCAP_VIS|HWCAP_VIS2|HWCAP_ASI_BLK_INIT|HWCAP_FMAF|HWCAP_VIS3|HWCAP_HPC|HWCAP_RANDOM|HWCAP_TRANS|HWCAP_FJFMAU|HWCAP_IMA|HWCAP_ASI_CACHE_SPARING|HWCAP_AES|HWCAP_DES|HWCAP_KASUMI|HWCAP_CAMELLIA|HWCAP_MD5|HWCAP_SHA1|HWCAP_SHA256|HWCAP_SHA512|HWCAP_MPMUL|HWCAP_MONT|HWCAP_CRC32C|HWCAP_CBCOND|HWCAP_PAUSE },
-  /* This exists to allow configure.in/Makefile.in to pass one
+  /* This exists to allow configure.tgt to pass one
      value to specify both the default machine and default word size.  */
   { "v9-64", "v9", v9, 64, 0, HWCAP_MUL32|HWCAP_DIV32|HWCAP_FSMULD|HWCAP_POPC },
   { NULL, NULL, v8, 0, 0, 0 }
index 76f812da03cd9a4a4700868c69038e4b83c2b5e0..cc4089bcfb3d9fa51256736c49f072bb02c55f26 100644 (file)
@@ -730,7 +730,7 @@ all the fixups (@code{fixup_segment}), resolves all the symbol values (using
 @cindex porting
 
 Each GAS target specifies two main things: the CPU file and the object format
-file.  Two main switches in the @file{configure.in} file handle this.  The
+file.  Two main switches in the @file{configure.ac} file handle this.  The
 first switches on CPU type to set the shell variable @code{cpu_type}.  The
 second switches on the entire target to set the shell variable @code{fmt}.
 
index aa3cb10e43d7cf4ca1a8cf9800b9e8820d87fa04..20e5bb445f57cbe911fa0e59db933d7e8c38e731 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 7a899be1ace244bd7a5c953d61420eb244d88890..03fb75b33847633b7ffb576a20122ac997f6c0d1 100755 (executable)
@@ -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
index d1bf1e48dd4a7ddfc6ff0efda33c388e2ebe2987..c81ccfe014e6320c17fd85759a27d9a028de8d41 100644 (file)
@@ -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