diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2007-01-17 12:01:45 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2007-01-17 13:01:45 +0100 |
commit | ceb84404df46bbac63d20099cf43281685642f81 (patch) | |
tree | d4cca8befb20a777bd6b017bec05b269ccea56df /boehm-gc/include | |
parent | dd82a6c6f6f3f8caaee608dbd385314865bd900c (diff) | |
download | gcc-ceb84404df46bbac63d20099cf43281685642f81.zip gcc-ceb84404df46bbac63d20099cf43281685642f81.tar.gz gcc-ceb84404df46bbac63d20099cf43281685642f81.tar.bz2 |
gc_config.h.in: Regenerate.
2007-01-17 Andreas Tobler <a.tobler@schweiz.org>
* include/gc_config.h.in: Regenerate.
From-SVN: r120853
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/gc_config.h.in | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/boehm-gc/include/gc_config.h.in b/boehm-gc/include/gc_config.h.in index 41028c1..ef907ae 100644 --- a/boehm-gc/include/gc_config.h.in +++ b/boehm-gc/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 |