Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 882767 Details for
Bug 962091
Build fail on s390*
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
endian-grep.txt
endian-grep.txt (text/plain), 7.24 KB, created by
Jaromír Cápík
on 2014-04-04 15:21:59 UTC
(
hide
)
Description:
endian-grep.txt
Filename:
MIME Type:
Creator:
Jaromír Cápík
Created:
2014-04-04 15:21:59 UTC
Size:
7.24 KB
patch
obsolete
>allegro/platform/alosxcfg.h-#ifdef __LITTLE_ENDIAN__ >allegro/platform/alosxcfg.h- #define ALLEGRO_LITTLE_ENDIAN >allegro/platform/alosxcfg.h-#endif >allegro/platform/alosxcfg.h:#ifdef __BIG_ENDIAN__ >allegro/platform/alosxcfg.h- #define ALLEGRO_BIG_ENDIAN >allegro/platform/alosxcfg.h-#endif >allegro/platform/alosxcfg.h- >-- >lcms.h-# endif >lcms.h-#endif >lcms.h- >lcms.h:#ifdef __BIG_ENDIAN__ >lcms.h-# define USE_BIG_ENDIAN 1 >lcms.h-#endif >lcms.h- >-- >xorg/servermd.h- >xorg/servermd.h-#if defined(__sh__) >xorg/servermd.h- >xorg/servermd.h:#if defined(__BIG_ENDIAN__) >xorg/servermd.h-#define IMAGE_BYTE_ORDER MSBFirst >xorg/servermd.h-#define BITMAP_BIT_ORDER MSBFirst >xorg/servermd.h-#define GLYPHPADBYTES 4 >-- >xorg/servermd.h- >xorg/servermd.h-#if defined(__m32r__) >xorg/servermd.h- >xorg/servermd.h:#if defined(__BIG_ENDIAN__) >xorg/servermd.h-#define IMAGE_BYTE_ORDER MSBFirst >xorg/servermd.h-#define BITMAP_BIT_ORDER MSBFirst >xorg/servermd.h-#define GLYPHPADBYTES 4 >-- >python3.3m/pymacconfig.h- >python3.3m/pymacconfig.h-# endif >python3.3m/pymacconfig.h- >python3.3m/pymacconfig.h:#ifdef __BIG_ENDIAN__ >python3.3m/pymacconfig.h-#define WORDS_BIGENDIAN 1 >python3.3m/pymacconfig.h-#define DOUBLE_IS_BIG_ENDIAN_IEEE754 >python3.3m/pymacconfig.h-#else >-- >python3.3m/pyconfig-64.h-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most >python3.3m/pyconfig-64.h- significant byte first (like Motorola and SPARC, unlike Intel). */ >python3.3m/pyconfig-64.h-#if defined AC_APPLE_UNIVERSAL_BUILD >python3.3m/pyconfig-64.h:# if defined __BIG_ENDIAN__ >python3.3m/pyconfig-64.h-# define WORDS_BIGENDIAN 1 >python3.3m/pyconfig-64.h-# endif >python3.3m/pyconfig-64.h-#else >-- >python2.7/pymacconfig.h- >python2.7/pymacconfig.h-# endif >python2.7/pymacconfig.h- >python2.7/pymacconfig.h:#ifdef __BIG_ENDIAN__ >python2.7/pymacconfig.h-#define WORDS_BIGENDIAN 1 >python2.7/pymacconfig.h-#define DOUBLE_IS_BIG_ENDIAN_IEEE754 >python2.7/pymacconfig.h-#else >-- >python2.7/pyconfig-64.h-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most >python2.7/pyconfig-64.h- significant byte first (like Motorola and SPARC, unlike Intel). */ >python2.7/pyconfig-64.h-#if defined AC_APPLE_UNIVERSAL_BUILD >python2.7/pyconfig-64.h:# if defined __BIG_ENDIAN__ >python2.7/pyconfig-64.h-# define WORDS_BIGENDIAN 1 >python2.7/pyconfig-64.h-# endif >python2.7/pyconfig-64.h-#else >-- >boost/detail/endian.hpp-# define BOOST_BYTE_ORDER 4321 >boost/detail/endian.hpp- >boost/detail/endian.hpp-#elif defined(_BIG_ENDIAN) && !defined(_LITTLE_ENDIAN) || \ >boost/detail/endian.hpp: defined(__BIG_ENDIAN__) && !defined(__LITTLE_ENDIAN__) || \ >boost/detail/endian.hpp- defined(__BIGENDIAN__) && !defined(__LITTLEENDIAN__) || \ >boost/detail/endian.hpp- defined(_STLP_BIG_ENDIAN) && !defined(_STLP_LITTLE_ENDIAN) >boost/detail/endian.hpp-# define BOOST_BIG_ENDIAN >boost/detail/endian.hpp-# define BOOST_BYTE_ORDER 4321 >boost/detail/endian.hpp-#elif defined(_LITTLE_ENDIAN) && !defined(_BIG_ENDIAN) || \ >boost/detail/endian.hpp: defined(__LITTLE_ENDIAN__) && !defined(__BIG_ENDIAN__) || \ >boost/detail/endian.hpp- defined(__LITTLEENDIAN__) && !defined(__BIGENDIAN__) || \ >boost/detail/endian.hpp- defined(_STLP_LITTLE_ENDIAN) && !defined(_STLP_BIG_ENDIAN) >boost/detail/endian.hpp-# define BOOST_LITTLE_ENDIAN >-- >pg_config_x86_64.h-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most >pg_config_x86_64.h- significant byte first (like Motorola and SPARC, unlike Intel). */ >pg_config_x86_64.h-#if defined AC_APPLE_UNIVERSAL_BUILD >pg_config_x86_64.h:# if defined __BIG_ENDIAN__ >pg_config_x86_64.h-# define WORDS_BIGENDIAN 1 >pg_config_x86_64.h-# endif >pg_config_x86_64.h-#else >-- >lcms2.h-#endif >lcms2.h- >lcms2.h-// WORDS_BIGENDIAN takes precedence >lcms2.h:#if defined(_HOST_BIG_ENDIAN) || defined(__BIG_ENDIAN__) || defined(WORDS_BIGENDIAN) >lcms2.h-# define CMS_USE_BIG_ENDIAN 1 >lcms2.h-#endif >lcms2.h- >lcms2.h-#ifdef macintosh >lcms2.h:# ifdef __BIG_ENDIAN__ >lcms2.h-# define CMS_USE_BIG_ENDIAN 1 >lcms2.h-# endif >lcms2.h-# ifdef __LITTLE_ENDIAN__ >-- >ruby/defines.h- >ruby/defines.h-#ifdef AC_APPLE_UNIVERSAL_BUILD >ruby/defines.h-#undef WORDS_BIGENDIAN >ruby/defines.h:#ifdef __BIG_ENDIAN__ >ruby/defines.h-#define WORDS_BIGENDIAN >ruby/defines.h-#endif >ruby/defines.h-#endif >-- >layout/LESwaps.h- { >layout/LESwaps.h-#if (defined(U_IS_BIG_ENDIAN) && U_IS_BIG_ENDIAN) || \ >layout/LESwaps.h- (defined(BYTE_ORDER) && defined(BIG_ENDIAN) && (BYTE_ORDER == BIG_ENDIAN)) || \ >layout/LESwaps.h: defined(__BIG_ENDIAN__) >layout/LESwaps.h- // Fastpath when we know that the platform is big-endian. >layout/LESwaps.h- return value; >layout/LESwaps.h-#else >-- >layout/LESwaps.h- { >layout/LESwaps.h-#if (defined(U_IS_BIG_ENDIAN) && U_IS_BIG_ENDIAN) || \ >layout/LESwaps.h- (defined(BYTE_ORDER) && defined(BIG_ENDIAN) && (BYTE_ORDER == BIG_ENDIAN)) || \ >layout/LESwaps.h: defined(__BIG_ENDIAN__) >layout/LESwaps.h- // Fastpath when we know that the platform is big-endian. >layout/LESwaps.h- return value; >layout/LESwaps.h-#else >-- >unicode/platform.h-#elif defined(__BYTE_ORDER__) && defined(__ORDER_BIG_ENDIAN__) >unicode/platform.h- /* gcc */ >unicode/platform.h-# define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) >unicode/platform.h:#elif defined(__BIG_ENDIAN__) || defined(_BIG_ENDIAN) >unicode/platform.h-# define U_IS_BIG_ENDIAN 1 >unicode/platform.h-#elif defined(__LITTLE_ENDIAN__) || defined(_LITTLE_ENDIAN) >unicode/platform.h-# define U_IS_BIG_ENDIAN 0 >-- >wx-2.8/wx/platform.h-/* >wx-2.8/wx/platform.h- Handle Darwin gcc universal compilation. Don't do this in an Apple- >wx-2.8/wx/platform.h- specific case since no sane compiler should be defining either >wx-2.8/wx/platform.h: __BIG_ENDIAN__ or __LITTLE_ENDIAN__ unless it really is generating >wx-2.8/wx/platform.h- code that will be hosted on a machine with the appropriate endianness. >wx-2.8/wx/platform.h- If a compiler defines neither, assume the user or configure set >wx-2.8/wx/platform.h- WORDS_BIGENDIAN appropriately. >wx-2.8/wx/platform.h- */ >wx-2.8/wx/platform.h:#if defined(__BIG_ENDIAN__) >wx-2.8/wx/platform.h-# undef WORDS_BIGENDIAN >wx-2.8/wx/platform.h-# define WORDS_BIGENDIAN 1 >wx-2.8/wx/platform.h-#elif defined(__LITTLE_ENDIAN__) >wx-2.8/wx/platform.h-# undef WORDS_BIGENDIAN >wx-2.8/wx/platform.h-#elif defined(__WXMAC__) && !defined(WORDS_BIGENDIAN) >wx-2.8/wx/platform.h:/* According to Stefan even ancient Mac compilers defined __BIG_ENDIAN__ */ >wx-2.8/wx/platform.h-# warning "Compiling wxMac with probably wrong endianness" >wx-2.8/wx/platform.h-#endif >wx-2.8/wx/platform.h- >-- >apr-1/apr-x86_64.h-#endif >apr-1/apr-x86_64.h- >apr-1/apr-x86_64.h-#undef APR_IS_BIGENDIAN >apr-1/apr-x86_64.h:#ifdef __BIG_ENDIAN__ >apr-1/apr-x86_64.h- #define APR_IS_BIGENDIAN 1 >apr-1/apr-x86_64.h-#else >apr-1/apr-x86_64.h- #define APR_IS_BIGENDIAN 0 >-- >pgsql/server/pg_config_x86_64.h-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most >pgsql/server/pg_config_x86_64.h- significant byte first (like Motorola and SPARC, unlike Intel). */ >pgsql/server/pg_config_x86_64.h-#if defined AC_APPLE_UNIVERSAL_BUILD >pgsql/server/pg_config_x86_64.h:# if defined __BIG_ENDIAN__ >pgsql/server/pg_config_x86_64.h-# define WORDS_BIGENDIAN 1 >pgsql/server/pg_config_x86_64.h-# endif >pgsql/server/pg_config_x86_64.h-#else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 962091
: 882767