* config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Define.

From-SVN: r111753
This commit is contained in:
Ben Elliston 2006-03-06 01:34:05 +00:00 committed by Ben Elliston
parent 8c82d48427
commit c92f986f5f
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
x86_64-*-linux* configurations.
* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
(LIBGCC2_WORDS_BIG_ENDIAN): Define.
2006-03-05 Kazu Hirata <kazu@codesourcery.com>

View File

@ -34,6 +34,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "coretypes.h"
#include "tm.h"
#ifndef LIBGCC2_WORDS_BIG_ENDIAN
#define LIBGCC2_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN
#endif
#ifndef LIBGCC2_FLOAT_WORDS_BIG_ENDIAN
#define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN LIBGCC2_WORDS_BIG_ENDIAN
#endif