Commit 34e8290f by Nick Clifton Committed by Nick Clifton

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
parent f540975a
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> Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
* reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
......
...@@ -1839,7 +1839,10 @@ GNU Compiler Collection on your machine. ...@@ -1839,7 +1839,10 @@ GNU Compiler Collection on your machine.
@item @item
@uref{#arc-*-elf,,arc-*-elf} @uref{#arc-*-elf,,arc-*-elf}
@item @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 @item
@uref{#xscale-*-*,,xscale-*-*} @uref{#xscale-*-*,,xscale-*-*}
@item @item
...@@ -2100,10 +2103,34 @@ This configuration is intended for embedded systems. ...@@ -2100,10 +2103,34 @@ This configuration is intended for embedded systems.
@html @html
<hr /> <hr />
@end html @end html
@heading @anchor{arm-*-*}arm-*-* @heading @anchor{arm-*-elf}arm-*-elf
@heading @anchor{xscale-*-*}xscale-*-* @heading @anchor{xscale-*-*}xscale-*-*
Advanced RISC Machines ARM-family processors. Subtargets that use the ARM-family processors. Subtargets that use the ELF object format
ELF object format require GNU binutils 2.13 or newer. 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 @html
<hr /> <hr />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment