mirror of git://gcc.gnu.org/git/gcc.git
config.h.in: Regenerate.
2004-12-19 Kelley Cook <kcook@gcc.gnu.org> * include/config.h.in: Regenerate. From-SVN: r92379
This commit is contained in:
parent
4d49a67df0
commit
8d19f04f49
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-12-19 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
|
* include/config.h.in: Regenerate.
|
||||||
|
|
||||||
2004-12-10 Andrew Haley <aph@redhat.com>
|
2004-12-10 Andrew Haley <aph@redhat.com>
|
||||||
|
|
||||||
PR java/15001
|
PR java/15001
|
||||||
|
|
|
||||||
|
|
@ -429,18 +429,6 @@
|
||||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||||
#undef STACK_DIRECTION
|
#undef STACK_DIRECTION
|
||||||
/* whether byteorder is bigendian */
|
|
||||||
#undef WORDS_BIGENDIAN
|
|
||||||
|
|
||||||
/* Define if the host machine stores words of multi-word integers in
|
|
||||||
big-endian order. */
|
|
||||||
#undef HOST_WORDS_BIG_ENDIAN
|
|
||||||
|
|
||||||
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
|
|
||||||
#undef BYTEORDER
|
|
||||||
|
|
||||||
/* Short GCJ version ID */
|
|
||||||
#undef GCJVERSION
|
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue