Commit graph

9 commits

Author SHA1 Message Date
Pietro Cerutti
109767af8a - Fix build on sparc64
Approved by:	Maintainer, miwi (mentor)
2008-03-07 13:25:51 +00:00
Joe Marcus Clarke
11b729ede3 Update to 1.8.4, and assign maintainership to submitter.
PR:		121137
Submitted by:	David Barksdale <amatus@gnu.org>
2008-03-01 06:21:17 +00:00
Joe Marcus Clarke
da69dcb99d Fix build on sparc64.
PR:		71679
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
Reported by:	pointyhat
Approved by:	portmgr (implicit)
2004-09-12 19:49:09 +00:00
Joe Marcus Clarke
d17e8e0f16 Fix plist on ia64 and amd64, and fix build on amd64.
Approved by:	portmgr (implicit)
2003-11-23 18:13:58 +00:00
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
Joe Marcus Clarke
f6b5fd1ffd Fix build on Sparc64.
Reported by:	kris
2003-06-01 00:50:02 +00:00
Joe Marcus Clarke
1de5cb4747 Fix build on Sparc.
Reported by:	bento
2003-05-22 21:34:29 +00:00
Joe Marcus Clarke
310e32c04e Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC. 2003-05-07 23:15:02 +00:00
Joe Marcus Clarke
4f3521374d Add support for FreeBSD Alpha and Sparc. 2003-05-04 06:35:21 +00:00