aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2006-06-03 02:07:36 +0000
committerGeoffrey Keating <geoffk@apple.com>2006-06-03 02:07:36 +0000
commit7b1c1f1f30102ea6f43f7896fa1743d82d3d0709 (patch)
tree7db99eb5a7164070b8702b056eadc9042dc95f03 /boehm-gc/ChangeLog
parent5438c0aa056381e18753de0435d464fd944079e5 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@114339 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 4bcd87cf4401..cdb7f7c1d908 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.