Commit Graph

170 Commits

Author SHA1 Message Date
tromey
f045a2367f Move entry from ChangeLog to ChangeLog.libffi 2008-02-14 20:46:57 +00:00
tromey
6257f07d1a * aclocal.m4, Makefile.in, configure, fficonfig.h.in: Rebuilt.
* mdate-sh, texinfo.tex: New files.
	* Makefile.am (info_TEXINFOS): New variable.
	* doc/libffi.texi: New file.
	* doc/version.texi: Likewise.
2008-02-14 20:33:17 +00:00
green
4232af563c * Makefile.am (AM_CFLAGS): Don't compile with -D.
(lib_LTLIBRARIES): Define.
        (toolexeclib_LIBRARIES): Undefine.
        * Makefile.in: Rebuilt.
        * configure.ac: Reset version to 2.99.1.
        * configure.in: Rebuilt.
2008-02-14 16:19:21 +00:00
green
961543615c Fix typo. 2008-02-14 15:57:40 +00:00
green
aeb0abab87 * libffi.pc.in: Usse @PACKAGE_NAME@ and @PACKAGE_VERSION@.
* configure.ac: Reset version to 2.99.1.
        * configure.in: Rebuilt.
        * Makefile.am (EXTRA_DIST): Add ChangeLog.libffi.
        * Makefile.in: Rebuilt.
        * LICENSE: Update copyright notice.
2008-02-14 15:54:27 +00:00
green
77fe243556 Fix make dist again 2008-02-14 15:37:00 +00:00
green
d4970cf452 Fix make dist 2008-02-14 15:18:56 +00:00
green
f0b1462f2d Use pkgconfig. Increment libtool CURRENT version. 2008-02-14 15:01:41 +00:00
green
27e52f33ba Fix header installs when using DESTDIR. 2008-02-03 13:59:48 +00:00
twall
fadab28eb6 update changelog 2008-02-03 12:32:22 +00:00
twall
b5e44c8dfa offset from code base address, not data base address 2008-02-03 01:12:32 +00:00
green
f359848d1a Fix header installs. 2008-02-01 21:29:43 +00:00
green
c30df49e15 Revert my broken changes to twall's patch. 2008-02-01 21:13:55 +00:00
green
675561bb9a Fix make dist . 2008-01-31 13:44:25 +00:00
green
abc0bbf381 Add Tim Wall's x86 windows patch. 2008-01-31 11:58:57 +00:00
green
e332366d15 Add HJ's -fomit-frame-pointer struct return fix 2008-01-30 13:21:02 +00:00
green
d420424039 Clean up for new automake. 2008-01-30 12:42:34 +00:00
green
f4932dd020 Fixes to run testsuite 2008-01-30 12:40:25 +00:00
green
085520ddc8 New files from gcc tree. 2008-01-29 15:16:43 +00:00
green
77175b3f72 Latest gcc svn sources 2008-01-29 15:15:20 +00:00
green
2544e45a0b Install ffitarget.h in $prefix/include. 2008-01-29 14:28:13 +00:00
green
6002211b1c Add new files. 2008-01-29 12:30:10 +00:00
green
ccabd2b16b Merge from gcc 2008-01-29 12:28:15 +00:00
tromey
e680ecfbfc Pulled in libffi from gcc trunk.
Fixed build and install for standalone use.
2006-12-24 23:12:15 +00:00
root
e7ba089659 sourcware.org 2006-06-04 23:22:24 +00:00
root
0cd4aa24e2 Add LockDir 2004-05-30 01:51:57 +00:00
green
5826120fbd Add link to Gianni's web site. 2003-11-04 06:09:08 +00:00
jsm
220aa4b27d Newer, better, increased from before! (list of acceptable anon usernames) 2003-01-21 08:07:42 +00:00
green
1c3adc892c Fixed Cygnus references. 2002-12-06 01:28:03 +00:00
green
4af66bb62f Testsuite fixes. 2001-10-21 19:18:42 +00:00
green
5435965f90 * include/ffi_common.h: Delete, after moving contents to...
* include/ffi_private.h: Subsume contents of ffi_common.h.
        * include/Makefile.am (noinst_HEADERS): Remove ffi_common.h.
        * include/Makefile.in: Rebuilt.
        * arm/ffi.c, m68k/ffi.c, mips/ffi.c, powerpc/ffi.c, s390/ffi.c,
        ia64/ffi.c: Include ffi_private.h, not ffi_common.h.
        * alpha/ffi.c, sparc/ffi.c, x86/ffi.c: Don't include ffi_common.h.
        * types.c, raw_api.c, java_raw_api.c, prep_cif.c: Don't include
        ffi_common.h.
        * debug.c: Include ffi_private.h instead of ffi_common.h.

        * mips/ffi.c (calc_n32_struct_flags): Make static.
        (FIX_ARGP): Remove call to debugging routine ffi_stop_here.

        * mips/n32.S: Include ffi_private.h.
        * mips/o32.S: Include ffi_private.h.
2001-04-23 00:32:03 +00:00
green
6fdb7de0fe * README: Update some comments.
* Makefile.am (SUBDIRS): Add include so ffi.h gets installed.
        * Makefile.in: Rebuilt.

        * include/ffi.h: Change ALPHA to __alpha__ and SPARC to __sparc__.
        * types.c: Ditto.
        * prep_cif.c (ffi_prep_cif): Ditto.

        * alpha/ffi.c, alpha/osf.S, sparc/ffi.c, sparc/v8.S, sparc/v9.S:
        Include ffi_private.h.

        * include/ffi_private.h (FFI_TYPE_LAST): Define.
2001-04-22 19:38:34 +00:00
green
bc7144b01b Moved files from old home 2001-04-22 18:28:36 +00:00
green
e57279831e These are dead. 2001-04-22 18:23:47 +00:00
green
7247436b5f All these files live somewhere else now. 2001-04-22 18:22:43 +00:00
green
a8b0d40ff9 Many changes. Not quite there yet. 2001-04-22 18:17:14 +00:00
green
f893d22733 Moved m68k files 2001-04-22 18:13:22 +00:00
green
688ddfeced New, target indepentent, header 2001-04-22 18:12:33 +00:00
green
f9e40776d4 Many changes. 2001-04-22 18:11:57 +00:00
green
8c1d2eb47f Many changes 2001-04-22 18:10:47 +00:00
green
1359dfc658 Moved ia64 files 2001-04-22 18:10:20 +00:00
green
6e2de5eee3 Moved arm files 2001-04-22 18:08:11 +00:00
green
8807355af3 Many many updates. Merge from gcc and then some. 2001-04-09 00:58:38 +00:00
green
f7e9f91ade Mnay fixes. 2000-04-17 03:32:37 +00:00
green
c4860de618 Merge from libgcj. Merged patches from net. See ChangeLog for details. 2000-04-17 03:18:46 +00:00
jsm
c578b58314 1999-10-09 Jason Molenda (jsm@bugshack.cygnus.com)
* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
	Deleted; generic versions now used for all repositories.

	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
	generic versions.

        * CVSROOT/checkoutlist:  Don't try to check out the removed
        files any longer.
1999-10-09 20:18:16 +00:00
jsm
acdb200512 1999-10-09 Jason Molenda (jsm@bugshack.cygnus.com)
* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
	Deleted; generic versions now used for all repositories.

	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
	generic versions.

        * CVSROOT/checkoutlist:  Don't try to check out the removed
        files any longer.
1999-10-09 20:18:15 +00:00
green
e75be655ce New configury 1999-08-08 13:16:41 +00:00
green
d6669a0dd5 * include/ffi.h.in: Try to work around messy header problem
with PACKAGE and VERSION.

	* configure: Rebuilt.
	* configure.in: Change version to 2.00-beta.

        * fficonfig.h.in: Rebuilt.
	* acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.

	* src/x86/ffi.c (ffi_raw_call): Rename.
1999-08-08 13:05:12 +00:00
green
4819d52b00 New file for Kresten's closure work 1999-08-04 18:02:34 +00:00