Commit graph

20 commits

Author SHA1 Message Date
tsutsui
188fd541cf Pull fix from upstream for asm error on NetBSD/arm with newer binutils:
0e5843995f (diff-39)
>  * src/arm/sysv.S (ffi_closure_SYSV): Add UNWIND to .pad directive.
2011-12-31 09:58:22 +00:00
tnn
e2e9a8e0b9 enable for hppa*-*-netbsd* 2011-01-21 09:21:57 +00:00
tsutsui
a3c6b5e229 Make this build on NetBSD/sh3el.
Tested on NetBSD/landisk 5.1.
2010-11-20 08:45:12 +00:00
jklos
c79dc989ea Correctly do cache flushing on m68k NetBSD. Fixes PR #43106. 2010-07-22 04:17:44 +00:00
wiz
6ff8338d0b regen (hi jared) 2010-03-30 10:17:25 +00:00
asau
364d9b8424 Update to libffi 3.0.9.
This release includes many important fixes as well as a couple of new ports.
2010-01-16 16:28:58 +00:00
seb
b89e696355 Fix build with sunpro's cc which defines __i386 but not __i386__ 2009-09-21 00:33:51 +00:00
tnn
0cd045677b Fix build on Tru64. 2009-09-20 13:10:30 +00:00
he
d184389d51 Update from version 3.0.8nb1 to 3.0.8nb2.
Pkgsrc changes:
 o Add portability to the various mips-based NetBSD ports.
   The self-tests even complete without any unexpected failures.
2009-05-26 12:27:12 +00:00
rh
388d1466bf Attempt to make this build on NetBSD/powerpc. While at it, correctly set
INFO_FILES to 'yes'.  Bump PKGREVISION.
2009-04-17 22:45:52 +00:00
asau
e0e68674fb Update to libffi 3.0.8.
Changes since previous (3.0.6) include Solaris 10/x86 and FreeBSD/powerpc
support, code cleanup and bug fixes.

pkgsrc changes: add testing support.
Since there's no support for test depends, implement a hack proposed by <obache>.
2009-02-21 15:51:35 +00:00
dholland
3bf7bef308 Update to libffi-3.0.6. From Aleksej Saushev, who's taking maintainership,
with an adjustment for info file handling.

Changes from 2.x appear to be large and aren't concisely anywhere I
can find. Changes since 3.0.0:

3.0.6 Jul-17-08
        Fix for closures on sh.
        Mark the sh/sh64 stack as non-executable.
        (both thanks to Kaz Kojima)

3.0.5 Apr-3-08
        Fix libffi.pc file.
        Fix #define ARM for IcedTea users.
        Fix x86 closure bug.

3.0.4 Feb-24-08
        Fix x86 OpenBSD configury.

3.0.3 Feb-22-08
        Enable x86 OpenBSD thanks to Thomas Heller, and
        x86-64 FreeBSD thanks to Björn König and Andreas Tobler.
        Clean up test instruction in README.

3.0.2 Feb-21-08
        Improved x86 FreeBSD support.
        Thanks to Björn König.

3.0.1 Feb-15-08
        Fix instruction cache flushing bug on MIPS.
        Thanks to David Daney.

3.0.0 Feb-15-08
        Many changes, mostly thanks to the GCC project.
        Cygnus Solutions is now Red Hat.
2008-10-11 22:33:56 +00:00
joerg
5d6f479253 Fix lvalue cast on amd64. Mark as DESTDIR safe. 2008-04-03 09:34:40 +00:00
joerg
241419e530 Remove autogenerated chunk from patch. 2006-02-26 19:28:28 +00:00
joerg
578d3bed5c Override config.guess and config.sub. Add DragonFly. 2006-01-08 20:40:02 +00:00
wiz
07c93f0fe1 Use gcc-3.3.5 tarball. Very minor changes. Bump PKGREVISION.
Adapt patch-aa to include (currently untested) powerpc support.
2005-03-07 14:54:40 +00:00
wiz
640bdc0993 Add RCS Id to patch-aa. 2005-03-07 00:25:39 +00:00
daniel
4de61c16e2 Make libffi buildable on NetBSD/amd64 (fixes PR pkg/29512).
Ack by wiz@.
2005-03-03 09:18:47 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
agc
1d24ee8302 Initial import of libffi-2.0beta into the NetBSD Packages Collection.
The libffi library provides a portable, high level programming
interface to various calling conventions.  This allows a programmer to
call any function specified by a call interface description at
run-time.

Some programs may not know at the time of compilation what arguments
are to be passed to a function.  For instance, an interpreter may be
told at run-time about the number and types of arguments used to call
a given function.  Libffi can be used in such programs to provide a
bridge from the interpreter program to compiled code.

Ffi stands for Foreign Function Interface.  A foreign function
interface is the popular name for the interface that allows code
written in one language to call code written in another language.  The
libffi library really only provides the lowest, machine dependent
layer of a fully featured foreign function interface.  A layer must
exist above libffi that handles type conversions for values passed
between the two languages.
2003-07-18 12:39:40 +00:00