Skip to content
Snippets Groups Projects
  • Nathan Froyd's avatar
    a3abe41c
    cppbuiltin.c (define_builtin_macros_for_type_sizes): Define... · a3abe41c
    Nathan Froyd authored
    cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
    
    gcc/
    	* cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
    	__FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
    	* config/dfp-bit.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
    	* doc/cpp.texi (__FLOAT_WORD_ORDER__): Document.
    	* system.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Poison.
    
    libgcc/
    	* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
    	__FLOAT_WORD_ORDER__.
    	* config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
    	Delete.
    
    libdecnumber/
    	* dconfig.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
    	(WORDS_BIG_ENDIAN): Define based on value of __FLOAT_WORD_ORDER__.
    
    From-SVN: r167129
    a3abe41c
    History
    cppbuiltin.c (define_builtin_macros_for_type_sizes): Define...
    Nathan Froyd authored
    cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
    
    gcc/
    	* cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
    	__FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
    	* config/dfp-bit.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
    	* doc/cpp.texi (__FLOAT_WORD_ORDER__): Document.
    	* system.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Poison.
    
    libgcc/
    	* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
    	__FLOAT_WORD_ORDER__.
    	* config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
    	Delete.
    
    libdecnumber/
    	* dconfig.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
    	(WORDS_BIG_ENDIAN): Define based on value of __FLOAT_WORD_ORDER__.
    
    From-SVN: r167129