OSDN Git Service

2004-12-19 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Dec 2004 16:26:06 +0000 (16:26 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Dec 2004 16:26:06 +0000 (16:26 +0000)
* include/config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92379 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/include/config.h.in

index 9273fc9..05dede3 100644 (file)
@@ -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>
 
        PR java/15001
index 7e9b70d..8722869 100644 (file)
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
 #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. */
 #undef STDC_HEADERS