summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-17 12:01:45 +0000
committerguest <ivmai@mail.ru>2011-07-29 10:54:27 +0400
commitc5c56c6788c8b2575b47c9b87e221d3f19e59a8c (patch)
tree25ed06671aaf28150b9553cdab3918118b902b71 /include
parent5a9b4fd3ca1682551d83118dcbfbb044148bfd49 (diff)
downloadbdwgc-c5c56c6788c8b2575b47c9b87e221d3f19e59a8c.tar.gz
2007-01-17 Andreas Tobler <a.tobler@schweiz.org>
* include/gc_config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120853 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/gc_config.h.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/include/gc_config.h.in b/include/gc_config.h.in
index 41028c14..ef907ae1 100644
--- a/include/gc_config.h.in
+++ b/include/gc_config.h.in
@@ -54,12 +54,6 @@
/* support for win32 threads */
#undef GC_WIN32_THREADS
-/* i386_thread_state_t has field eax */
-#undef HAS_I386_THREAD_STATE_EAX
-
-/* i386_thread_state_t has field __eax */
-#undef HAS_I386_THREAD_STATE___EAX
-
/* ppc_thread_state64_t has field r0 */
#undef HAS_PPC_THREAD_STATE64_R0
@@ -72,6 +66,18 @@
/* ppc_thread_state_t has field __r0 */
#undef HAS_PPC_THREAD_STATE___R0
+/* x86_thread_state32_t has field eax */
+#undef HAS_X86_THREAD_STATE32_EAX
+
+/* x86_thread_state32_t has field __eax */
+#undef HAS_X86_THREAD_STATE32___EAX
+
+/* x86_thread_state64_t has field rax */
+#undef HAS_X86_THREAD_STATE64_RAX
+
+/* x86_thread_state64_t has field __rax */
+#undef HAS_X86_THREAD_STATE64___RAX
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H