summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2008-07-17 22:02:01 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2008-07-17 22:26:41 +0100
commit2b3df509f68ac68d91cc25b4718f8cf6069b97e9 (patch)
treecdb03a7166b2859188e55d444a78b931ea43f9d3
parent450be18dfffd496ef14e1c921953e6f179727ab4 (diff)
ChangeLog for "Improved MIPS/Linux gc_os_dep.c definitions"
-rw-r--r--libguile/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 4219e1af6..fd867c6d5 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,13 @@
+2008-07-17 Neil Jerram <neil@ossau.uklinux.net>
+
+ From Thiemo Seufer <ths@networkno.de>:
+
+ * gc_os_dep.c (CPP_WORDSZ, ALIGN_DOUBLE, DATAEND,
+ DYNAMIC_LOADING): Added #defines.
+ (_fdata, _end): Added declarations.
+ (DATASTART): Use _fdata instead of __data_start.
+ (STACKBOTTOM): Changed from 0x80000000 to 0x7fff8000.
+
2008-07-16 Ludovic Courtès <ludo@gnu.org>
* gen-scmconfig.h.in (SCM_I_GSC_HAVE_STRUCT_DIRENT64): New.