]> git.ipfire.org Git - thirdparty/gcc.git/commit
Index: gcc/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Sat, 3 Jun 2006 02:07:36 +0000 (02:07 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 3 Jun 2006 02:07:36 +0000 (02:07 +0000)
commit4f6d8cc800fc8a48fa5b8bbe728dd109c3b23fb2
tree7db99eb5a7164070b8702b056eadc9042dc95f03
parent347b9c46e1653b9bdad22a394005b2c74abae764
Index: gcc/ChangeLog
2006-06-02  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/host-darwin.c (sigaltstack): Protect prototype with
HAVE_DECL_SIGALTSTACK.
(MC_FLD): New.
(segv_handler): Use MC_FLD.
* configure.ac: Check for a sigaltstack declaration.
Compute HAS_MCONTEXT_T_UNDERSCORES on Darwin.
* configure: Regenerate.
* config.in: Regenerate.

Index: boehm-gc/ChangeLog
2006-06-02  Geoffrey Keating  <geoffk@apple.com>

* configure.ac: Define HAS_PPC_THREAD_STATE_R0,
HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
HAS_I386_THREAD_STATE___EAX.
* configure: Regenerate.
* include/gc_config.h.in: Regenerate.
* darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
macro names to determine value.
(THREAD_STATE): New.
(THREAD_FLD): New.
(GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.

From-SVN: r114339
boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.ac
boehm-gc/darwin_stop_world.c
boehm-gc/include/gc_config.h.in
gcc/ChangeLog
gcc/config.in
gcc/config/rs6000/host-darwin.c
gcc/configure
gcc/configure.ac