1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/lang/guile/files
Joe Marcus Clarke bdec6bae5a Fix build and execution of guile on ia64:
*  Use continuation->backing_store to determine if we return for the first
   time from getcontext(). This avoids having to depend on non-POSIX semantics
   of the Linux implementation.
*  Avoid using __libc_ia64_register_backing_store_base by hardcoding the base
   of the backing store. The kernel is changed to put the backing store at
   this address. It's not entirely clean, but I want to avoid adding all sorts
   of variables in our libc for this for now.
*  Fix a genuine bug in the ia64 case: the ia64-specific fields are not
   initialized. On FreeBSD this means they have garbage (= 0xd0). Call
   memset() after allocation to make sure the contregs structure is properly
   cleared.  Since this may affect other architectures, this patch will be
   ia64 only.

Submitted by:	marcel
2003-10-20 05:32:13 +00:00
..
extra-patch-ia64 Fix build and execution of guile on ia64: 2003-10-20 05:32:13 +00:00
patch-ag
patch-libguile___scm.h Correct a make patch error. 2003-06-01 20:39:23 +00:00
patch-libguile_gc_os_dep.c Fix build and execution of guile on ia64: 2003-10-20 05:32:13 +00:00
patch-libguile_load.c Correct a patch and a post-patch substitution. 2003-05-02 05:26:07 +00:00