ChangeLog for "Improved MIPS/Linux gc_os_dep.c definitions"
authorNeil Jerram <neil@ossau.uklinux.net>
Thu, 17 Jul 2008 21:02:01 +0000 (22:02 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Thu, 17 Jul 2008 21:26:41 +0000 (22:26 +0100)
libguile/ChangeLog

index 4219e1a..fd867c6 100644 (file)
@@ -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.