aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-14 11:15:49 +0000
committerNick Clifton <nickc@gcc.gnu.org>2003-06-14 11:15:49 +0000
commit34e8290f9591d58d0e3d78dfe09a1ea5973cf06a (patch)
tree79c144765f5f2351c7fe7a740509360d1b8ac1c4 /gcc
parentf540975a80765a1c917c9ce8bbae4b67384148f5 (diff)
downloadgcc-34e8290f9591d58d0e3d78dfe09a1ea5973cf06a.zip
gcc-34e8290f9591d58d0e3d78dfe09a1ea5973cf06a.tar.gz
gcc-34e8290f9591d58d0e3d78dfe09a1ea5973cf06a.tar.bz2
install.texi (Specific): Add description of different ARM supported file format targets.
2003-06-14 Nick Clifton <nickc@redhat.com> * doc/install.texi (Specific): Add description of different ARM supported file format targets. From-SVN: r67939
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi35
2 files changed, 36 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cfef730..1ce8b1e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-14 Nick Clifton <nickc@redhat.com>
+
+ * doc/install.texi (Specific): Add description of different
+ ARM supported file format targets.
+
Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
* reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index ec22c9e..7c82d0b 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1839,7 +1839,10 @@ GNU Compiler Collection on your machine.
@item
@uref{#arc-*-elf,,arc-*-elf}
@item
-@uref{#arm-*-*,,arm-*-*}
+@uref{#arm-*-elf,,arm-*-elf}
+@uref{#arm-*-coff,,arm-*-coff}
+@uref{#arm-*-aof,,arm-*-aof}
+@uref{#arm-*-aout,,arm-*-aout}
@item
@uref{#xscale-*-*,,xscale-*-*}
@item
@@ -2100,10 +2103,34 @@ This configuration is intended for embedded systems.
@html
<hr />
@end html
-@heading @anchor{arm-*-*}arm-*-*
+@heading @anchor{arm-*-elf}arm-*-elf
@heading @anchor{xscale-*-*}xscale-*-*
-Advanced RISC Machines ARM-family processors. Subtargets that use the
-ELF object format require GNU binutils 2.13 or newer.
+ARM-family processors. Subtargets that use the ELF object format
+require GNU binutils 2.13 or newer. Such subtargets include:
+@code{arm-*-freebsd}, @code{arm-*-netbsdelf}, @code{arm-*-*linux},
+@code{arm-*-rtems} and @code{arm-*-kaos}.
+
+@html
+<hr />
+@end html
+@heading @anchor{arm-*-coff}arm-*-coff
+ARM-family processors. Note that there are two diffierent varieties
+of PE format subtarget supported: @code{arm-wince-pe} and
+@code{arm-pe} as well as a standard COFF target @code{arm-*-coff}.
+
+@html
+<hr />
+@end html
+@heading @anchor{arm-*-aof}arm-*-aof
+ARM-family processors. These targets support the AOF file format:
+@code{arm-*-aof}, @code{arm-*-risix*}.
+
+@html
+<hr />
+@end html
+@heading @anchor{arm-*-aout}arm-*-aout
+ARM-family processors. These targets support the AOUT file format:
+@code{arm-*-aout}, @code{arm-*-netbsd}.
@html
<hr />