X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libdecnumber%2Fdconfig.h;h=de634b6ae2b3496a9c27e33e4ec2538d4c58a0ff;hb=6613eb10d10ee79ef09bf4dfe696586f479c8d02;hp=91aa3341c6c5e9e577474841e1caa303e74c3eeb;hpb=168a2f7744f9a9cdcb53b1861a941cc40291102f;p=deliverable%2Fbinutils-gdb.git diff --git a/libdecnumber/dconfig.h b/libdecnumber/dconfig.h index 91aa3341c6..de634b6ae2 100644 --- a/libdecnumber/dconfig.h +++ b/libdecnumber/dconfig.h @@ -1,5 +1,5 @@ /* Configure decNumber for either host or target. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. This file is part of GCC. @@ -28,15 +28,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #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 - -#if LIBGCC2_FLOAT_WORDS_BIG_ENDIAN +#if __FLOAT_WORD_ORDER__ == __ORDER_BIG_ENDIAN__ #define WORDS_BIGENDIAN 1 #endif