From: nickc Date: Sat, 14 Jun 2003 11:15:49 +0000 (+0000) Subject: 2003-06-14 Nick Clifton X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=4faba3def3f57302ce1c0b192c2c5790a0143c60 2003-06-14 Nick Clifton * doc/install.texi (Specific): Add description of different ARM supported file format targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67939 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfef7305e3a..1ce8b1e6612 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-14 Nick Clifton + + * doc/install.texi (Specific): Add description of different + ARM supported file format targets. + Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ec22c9e4835..7c82d0b4a53 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
@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 +
+@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 +
+@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 +
+@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