Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2002 16:43:11 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print/ghostscript-gnu/files patch-src:gxobj.h
Message-ID:  <200212190043.gBJ0hBB8091486@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/12/18 16:43:11 PST

  Added files:
    print/ghostscript-gnu/files patch-src:gxobj.h 
  Log:
  Fix ghostscript on ia64. The logic to determine what the minimum
  alignment must be is based on elementary datatypes, but does not
  take into account the alignment requirements of FP spills. Such
  are present in jmp_buf. The memory allocator is used by the JPEG
  and PNG libraries as well and the JPEG library has a jmp_buf in
  one of its structures.
  Another problem case is the "long double" type. This datatype is
  not in the list of elementary types on which the minimal alignment
  is based and can also be used by imported source code.
  
  The patch forces 16-byte alignment on ia64.
  
  Revision  Changes    Path
  1.1       +17 -0     ports/print/ghostscript-gnu/files/patch-src:gxobj.h (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212190043.gBJ0hBB8091486>