aboutsummaryrefslogtreecommitdiff
path: root/bfd/targets.c
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 /bfd/targets.c
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 'bfd/targets.c')
-rw-r--r--bfd/targets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 65f4648..83131d1 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -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.