Improve support for arm-wince-pe target

Nick Clifton nickc@redhat.com
Fri Jun 13 11:27:00 GMT 2003


Hi Gerald,

> Yes, this looks fine (modulo the two changes Joseph suggested: </li> and
> adding an entry to doc/install.texi).

I have added the </li> and checked that change in.

I am not sure however what ought to be added to install.texi.  There
are no specific arm-pe entries in there, just generic arm-*-*.  Most
other targets do not appear to enumerate specific object file format
subtypes, so would it be right for ARM to do so ?

If a patch is suitable, is this the kind of thing that you had in
mind?

Cheers
        Nick

2003-06-13  Nick Clifton  <nickc@redhat.com>

	* doc/install.texi (Specific): Add description of different
	ARM supported file format targets.

Index: gcc/doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.200
diff -c -3 -p -r1.200 install.texi
*** gcc/doc/install.texi	12 Jun 2003 18:46:23 -0000	1.200
--- gcc/doc/install.texi	13 Jun 2003 10:37:15 -0000
*************** GNU Compiler Collection on your machine.
*** 1839,1845 ****
  @item
  @uref{#arc-*-elf,,arc-*-elf}
  @item
! @uref{#arm-*-*,,arm-*-*}
  @item
  @uref{#xscale-*-*,,xscale-*-*}
  @item
--- 1839,1848 ----
  @item
  @uref{#arc-*-elf,,arc-*-elf}
  @item
! @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
*************** This configuration is intended for embed
*** 2100,2109 ****
  @html
  <hr />
  @end html
! @heading @anchor{arm-*-*}arm-*-*
  @heading @anchor{xscale-*-*}xscale-*-*
  Advanced RISC Machines ARM-family processors.  Subtargets that use the
! ELF object format require GNU binutils 2.13 or newer.
  
  @html
  <hr />
--- 2103,2137 ----
  @html
  <hr />
  @end html
! @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.  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
! Advanced RISC Machines 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
! Advanced RISC Machines 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
! Advanced RISC Machines ARM-family processors.  These targets support
! the AOUT file format: @code{arm-*-aout}, @code{arm-*-netbsd}.
  
  @html
  <hr />
        





More information about the Gcc-patches mailing list