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/PORTING | |
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/PORTING')
-rw-r--r-- | bfd/PORTING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/PORTING b/bfd/PORTING index 37e2c87..f4786b3 100644 --- a/bfd/PORTING +++ b/bfd/PORTING @@ -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. |