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] introduce __FLOAT_WORD_ORDER__ in lieu of LIBGCC2_FLOAT_WORDS_BIG_ENDIAN


Out of interest, would this allow replacing FLOAT_BIT_ORDER_MISMATCH and 
FLOAT_WORD_ORDER_MISMATCH as used by fp-bit.c?  They aren't target macros 
in that they're defined by makefile rules in t-* files rather than in 
target headers, but it would still be good to get rid of those ad hoc 
rules.  (I think FLOAT_BIT_ORDER_MISMATCH basically means "this is 
little-endian" and I'm not sure of the exact semantics of 
FLOAT_WORD_ORDER_MISMATCH or how it interacts with 
FLOAT_BIT_ORDER_MISMATCH.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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