Commit ceb84404 by Andreas Tobler Committed by Andreas Tobler

gc_config.h.in: Regenerate.

2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>

	* include/gc_config.h.in: Regenerate.

From-SVN: r120853
parent dd82a6c6
2007-01-17 Andreas Tobler <a.tobler@schweiz.org>
* include/gc_config.h.in: Regenerate.
2007-01-16 Petr Salinger <Petr.Salinger@seznam.cz> 2007-01-16 Petr Salinger <Petr.Salinger@seznam.cz>
* include/private/gcconfig.h: Handle amd64/x86-64 cpu under * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
......
...@@ -54,12 +54,6 @@ ...@@ -54,12 +54,6 @@
/* support for win32 threads */ /* support for win32 threads */
#undef GC_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 */ /* ppc_thread_state64_t has field r0 */
#undef HAS_PPC_THREAD_STATE64_R0 #undef HAS_PPC_THREAD_STATE64_R0
...@@ -72,6 +66,18 @@ ...@@ -72,6 +66,18 @@
/* ppc_thread_state_t has field __r0 */ /* ppc_thread_state_t has field __r0 */
#undef HAS_PPC_THREAD_STATE___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. */ /* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H #undef HAVE_INTTYPES_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment