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]
Other format: [Raw text]

Re: [PATCH] replace LIBGCC2_WORDS_BIG_ENDIAN with __BYTE_ORDER__


On 10/21/2010 08:19 PM, Nathan Froyd wrote:
> Instead of going with __BYTE_ORDER_LITTLE_ENDIAN__ and such, I chose
> __ORDER_LITTLE_ENDIAN__ and such, as these values can usefully be reused
> for making LIBGCC2_FLOAT_WORDS_BIG_ENDIAN go away.
> codesearch.google.com turns up nothing for such identifiers, so we are
> probably safe in using them.

Ok by me.


r~


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