This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Remove bogus SUBTARGET_SWITCHES


On Mon, Jun 26, 2000 at 07:01:19AM +0200, Philipp Thomas wrote:
> 	* sp86x-elf.h: Remove bogus first definition of SUBTARGET_SWITCHES.
> 	* sp86x-aout.h: Likewise. Add description.

Ok, except...

> -    { "little-endian-data",              MASK_LITTLE_ENDIAN },     
> +    { "little-endian-data",              MASK_LITTLE_ENDIAN,
>        "Use little-endian byte order"},

Specifically, this controls only byte ordering for data.  Code
byte ordering is still big-endian.  This is in contrast to the
switch seen elsewhere that controls both code and data.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]