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 __WORDS_BIG_ENDIAN__


On 10/13/2010 9:02 AM, Richard Henderson wrote:

> The conversion to __WORDS_BIG_ENDIAN__ is exposed to end users.
> 
> If it were just moving macros around in gcc internal header files
> that would be one thing, but this is a case of determining the
> public api that gcc supports.

OK.  I don't see this as a big deal either way, but since <endian.h> on
GNU/Linux systems already uses the convention Jakub suggested, it does
seem reasonable to follow that convention.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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