diff options
author | DJ Delorie <dj@redhat.com> | 2005-05-07 02:00:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-05-07 02:00:41 +0000 |
commit | 0093138c538288acd259b6aecdee91b6405ba5c4 (patch) | |
tree | d6b95e3a7b02353c328e01c570540fbc0af68195 /libiberty/config.in | |
parent | 61bd574fdd7f6dc1e2ad28fa2a72b8f69858bff2 (diff) | |
download | gdb-0093138c538288acd259b6aecdee91b6405ba5c4.zip gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.gz gdb-0093138c538288acd259b6aecdee91b6405ba5c4.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 1d8414b..82643b7 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,8 +1,5 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ -#undef BYTEORDER - /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ #undef CRAY_STACKSEG_END @@ -343,10 +340,6 @@ /* Define to 1 if you have the `__fsetlocking' function. */ #undef HAVE___FSETLOCKING -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#undef HOST_WORDS_BIG_ENDIAN - /* Define if canonicalize_file_name is not declared in system header files. */ #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME @@ -389,7 +382,8 @@ /* Define to an unsigned 64-bit type available in the compiler. */ #undef UNSIGNED_64BIT_TYPE -/* whether byteorder is bigendian */ +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to empty if `const' does not conform to ANSI C. */ |