diff options
author | Alan Modra <amodra@gmail.com> | 2014-07-04 15:06:40 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-07-04 15:06:40 +0930 |
commit | 1110793abe7dca4b2092e69da0d5356eb4b25c77 (patch) | |
tree | da955ad6b60a9af1d90595cce47cdaf9b2502d03 /bfd/doc | |
parent | 35eafcc71b8a54330704656fb6df0b5d6665ed15 (diff) | |
download | gdb-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 'bfd/doc')
-rw-r--r-- | bfd/doc/bfdint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index a138b0e..5e335c8 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -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. |