platform/upstream/libffi.git
11 years agoMention IBM XL compiler support on AIX.
Anthony Green [Mon, 21 Jan 2013 12:03:41 +0000 (07:03 -0500)]
Mention IBM XL compiler support on AIX.

11 years agoRemove obsolete inline test functions
Anthony Green [Fri, 11 Jan 2013 22:14:11 +0000 (17:14 -0500)]
Remove obsolete inline test functions

11 years agoxlc compiler support
Anthony Green [Fri, 11 Jan 2013 21:54:40 +0000 (16:54 -0500)]
xlc compiler support

11 years ago[travis] install dejagnu with sudo
Anthony Green [Fri, 11 Jan 2013 16:19:52 +0000 (11:19 -0500)]
[travis] install dejagnu with sudo

11 years ago[travis] install dejagnu
Anthony Green [Fri, 11 Jan 2013 16:18:14 +0000 (11:18 -0500)]
[travis] install dejagnu

11 years agoAdd first travis config file
Anthony Green [Fri, 11 Jan 2013 15:57:30 +0000 (10:57 -0500)]
Add first travis config file

11 years ago32-bit x86 fix and more
Anthony Green [Fri, 11 Jan 2013 15:24:32 +0000 (10:24 -0500)]
32-bit x86 fix and more

11 years agoAdd compiler column to table
Anthony Green [Thu, 10 Jan 2013 22:25:45 +0000 (17:25 -0500)]
Add compiler column to table

11 years agoFix for sunpro compiler on Solaris
Anthony Green [Thu, 10 Jan 2013 22:24:51 +0000 (17:24 -0500)]
Fix for sunpro compiler on Solaris

11 years agoUpdate documentation version.
Anthony Green [Thu, 10 Jan 2013 22:15:03 +0000 (17:15 -0500)]
Update documentation version.

11 years agoHandle both 32 and 64-bit x86 builds regardless of target triple
Anthony Green [Thu, 10 Jan 2013 15:52:02 +0000 (10:52 -0500)]
Handle both 32 and 64-bit x86 builds regardless of target triple

11 years agoDon't run EH tests with non-GNU compiler
Anthony Green [Thu, 10 Jan 2013 12:35:53 +0000 (07:35 -0500)]
Don't run EH tests with non-GNU compiler

11 years agoDon't use warning checking macro with sun compiler
Anthony Green [Thu, 10 Jan 2013 12:25:10 +0000 (07:25 -0500)]
Don't use warning checking macro with sun compiler

11 years agoDon't use GCCisms to define types when
Anthony Green [Thu, 10 Jan 2013 06:19:43 +0000 (01:19 -0500)]
Don't use GCCisms to define types when
+       building with the SUNPRO compiler.

11 years agoFix for closures with sunpro compiler
Anthony Green [Thu, 10 Jan 2013 02:14:54 +0000 (21:14 -0500)]
Fix for closures with sunpro compiler

11 years agoMake sure we're running dejagnu tests with the right compiler.
Anthony Green [Tue, 8 Jan 2013 20:14:21 +0000 (15:14 -0500)]
Make sure we're running dejagnu tests with the right compiler.

11 years agoMake compiler options in dejagnu runs compiler specific
Anthony Green [Tue, 8 Jan 2013 19:47:05 +0000 (14:47 -0500)]
Make compiler options in dejagnu runs compiler specific

11 years agoSwitch x86 Solaris to X86 from X86_64
Anthony Green [Tue, 8 Jan 2013 17:25:54 +0000 (12:25 -0500)]
Switch x86 Solaris to X86 from X86_64

11 years agoFix read-only eh_frame test
Anthony Green [Tue, 8 Jan 2013 17:22:24 +0000 (12:22 -0500)]
Fix read-only eh_frame test

11 years agoOnly emit DWARF unwind info when building with GCC
Anthony Green [Tue, 8 Jan 2013 12:53:37 +0000 (07:53 -0500)]
Only emit DWARF unwind info when building with GCC

11 years agoTestsuite fix for Solaris vendor compiler
Anthony Green [Tue, 8 Jan 2013 12:30:28 +0000 (07:30 -0500)]
Testsuite fix for Solaris vendor compiler

11 years agomend
Anthony Green [Mon, 7 Jan 2013 11:30:24 +0000 (06:30 -0500)]
mend

11 years agoTestsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely)
Thorsten Glaser [Mon, 3 Dec 2012 00:02:31 +0000 (00:02 +0000)]
Testsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely)

Dixi quod…

>although I believe some 3.0.11 checks to be broken:

And indeed, with a few minor changes on top of git master,
I still get a full run of PASS plus one XPASS on amd64-linux!

With the other patches (from this message’s parent) and
these applied, I get a full PASS on m68k-linux as well.

So, please git am these three diffs ☺

bye,
//mirabilos
--
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh
From 5cb15a3bad1f0fb360520dd48bfc938c821cdcca Mon Sep 17 00:00:00 2001
From: Thorsten Glaser <tg@mirbsd.org>
Date: Sun, 2 Dec 2012 23:20:56 +0000
Subject: [PATCH 1/2] Fix tests writing to a closure retval via pointer casts

As explained in <Pine.BSM.4.64L.1212022014490.23442@herc.mirbsd.org>
all other tests that do the same cast to an ffi_arg pointer instead.

PASS on amd64-linux (Xen domU) and m68k-linux (ARAnyM)

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
11 years agom68k fixes for signed 8 and 16-bit calls.
Anthony Green [Mon, 7 Jan 2013 11:14:53 +0000 (06:14 -0500)]
m68k fixes for signed 8 and 16-bit calls.

11 years agoremove gcc-ism
Anthony Green [Fri, 4 Jan 2013 14:09:32 +0000 (09:09 -0500)]
remove gcc-ism

11 years agoAdd missing ChangeLog entry and generated files.
Anthony Green [Wed, 2 Jan 2013 14:39:17 +0000 (09:39 -0500)]
Add missing ChangeLog entry and generated files.

11 years agoMerge pull request #26 from rofl0r/master
Anthony Green [Wed, 2 Jan 2013 14:34:38 +0000 (06:34 -0800)]
Merge pull request #26 from rofl0r/master

fix build error on ppc when long double == double

11 years agoMerge pull request #23 from rurban/master
Anthony Green [Wed, 2 Jan 2013 14:30:03 +0000 (06:30 -0800)]
Merge pull request #23 from rurban/master

cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined

11 years agoRegenerate files
Anthony Green [Wed, 2 Jan 2013 14:24:55 +0000 (09:24 -0500)]
Regenerate files

11 years agoUpdate texinfo.tex
Anthony Green [Wed, 2 Jan 2013 14:06:38 +0000 (09:06 -0500)]
Update texinfo.tex

11 years agoUpdate config.guess and config.sub
Anthony Green [Wed, 2 Jan 2013 14:05:02 +0000 (09:05 -0500)]
Update config.guess and config.sub

11 years agoMissing .gitignore changes for xcode support
Anthony Green [Wed, 2 Jan 2013 13:56:07 +0000 (08:56 -0500)]
Missing .gitignore changes for xcode support

11 years agomissed x32 libtool patch.
Anthony Green [Wed, 2 Jan 2013 13:54:05 +0000 (08:54 -0500)]
missed x32 libtool patch.

11 years agomissed trampoline_table patch. Move to GCC.
Anthony Green [Wed, 2 Jan 2013 13:51:35 +0000 (08:51 -0500)]
missed trampoline_table patch. Move to GCC.

11 years agoWindows symbol export fix. Move to GCC.
Anthony Green [Wed, 2 Jan 2013 13:48:01 +0000 (08:48 -0500)]
Windows symbol export fix.  Move to GCC.

11 years ago+2012-03-21 Peter Rosin <peda@lysator.liu.se>
Anthony Green [Wed, 2 Jan 2013 13:41:55 +0000 (08:41 -0500)]
+2012-03-21  Peter Rosin  <peda@lysator.liu.se>
+
+       * testsuite/lib/target-libpath.exp [*-*-cygwin*, *-*-mingw*]
+       (set_ld_library_path_env_vars): Add the library search dir to PATH
+       (and save PATH for later).
+       (restore_ld_library_path_env_vars): Restore PATH.

11 years agomed
Anthony Green [Wed, 2 Jan 2013 13:37:35 +0000 (08:37 -0500)]
med

11 years agoTest GCC update
Anthony Green [Wed, 2 Jan 2013 12:36:42 +0000 (07:36 -0500)]
Test GCC update

11 years agoNew stand-alone patch
Anthony Green [Wed, 2 Jan 2013 13:28:35 +0000 (08:28 -0500)]
New stand-alone patch

11 years agoMerge with GCC. Eliminate quilt bits.
Anthony Green [Wed, 2 Jan 2013 12:34:03 +0000 (07:34 -0500)]
Merge with GCC.  Eliminate quilt bits.

11 years agoRefresh config.guess and config.sub
Anthony Green [Wed, 28 Nov 2012 11:07:41 +0000 (06:07 -0500)]
Refresh config.guess and config.sub

11 years agofix build on ppc when long double == double
rofl0r [Thu, 22 Nov 2012 15:26:21 +0000 (16:26 +0100)]
fix build on ppc when long double == double

11 years agoPull in config.sub for aarch64 support and more
Anthony Green [Mon, 12 Nov 2012 20:25:47 +0000 (15:25 -0500)]
Pull in config.sub for aarch64 support and more

11 years agoAdd missing aarch64 configury bits
Anthony Green [Tue, 6 Nov 2012 21:00:40 +0000 (16:00 -0500)]
Add missing aarch64 configury bits

11 years agoRebase for ppc64 fix
Anthony Green [Wed, 31 Oct 2012 10:46:41 +0000 (06:46 -0400)]
Rebase for ppc64 fix

11 years agoAdd PaX work-around
Anthony Green [Tue, 30 Oct 2012 18:06:09 +0000 (14:06 -0400)]
Add PaX work-around

11 years agoFix commit conflicts
Anthony Green [Tue, 30 Oct 2012 17:37:37 +0000 (13:37 -0400)]
Fix commit conflicts

11 years agoDarwin12 fix
Anthony Green [Tue, 30 Oct 2012 11:42:27 +0000 (07:42 -0400)]
Darwin12 fix

11 years agoAArch64 port
Anthony Green [Tue, 30 Oct 2012 11:07:19 +0000 (07:07 -0400)]
AArch64 port

11 years agoAArch64 port
Anthony Green [Tue, 30 Oct 2012 11:07:19 +0000 (07:07 -0400)]
AArch64 port

11 years agoFix autoconf macros
Anthony Green [Tue, 30 Oct 2012 10:59:32 +0000 (06:59 -0400)]
Fix autoconf macros

11 years agoUpdate Tile* port info
Anthony Green [Sat, 13 Oct 2012 03:55:06 +0000 (23:55 -0400)]
Update Tile* port info

11 years agoTILE-Gx/TILEPro support
Anthony Green [Fri, 12 Oct 2012 20:46:06 +0000 (16:46 -0400)]
TILE-Gx/TILEPro support

11 years agoRebase
Anthony Green [Thu, 11 Oct 2012 14:55:25 +0000 (10:55 -0400)]
Rebase

11 years agocygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
Reini Urban [Sat, 7 Jul 2012 17:42:00 +0000 (12:42 -0500)]
cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined

otherwise only static libs are created.

12 years agoiOS build fixes.
Nicolas Lelong [Sat, 5 May 2012 13:37:02 +0000 (09:37 -0400)]
iOS build fixes.

12 years agoUpdate README with Blackfin/uClinux support
Anthony Green [Fri, 27 Apr 2012 12:29:48 +0000 (08:29 -0400)]
Update README with Blackfin/uClinux support

12 years agoAdd blackfin supprt from Alexandre Keunecke.
Anthony Green [Fri, 27 Apr 2012 05:34:15 +0000 (01:34 -0400)]
Add blackfin supprt from Alexandre Keunecke.

12 years ago3.0.11 v3.0.11
Anthony Green [Thu, 12 Apr 2012 03:16:48 +0000 (23:16 -0400)]
3.0.11

12 years agoUpdate files to ship
Anthony Green [Thu, 12 Apr 2012 02:47:44 +0000 (22:47 -0400)]
Update files to ship

12 years agoMore mac/ios build improvements
Zachary Waldowski [Thu, 12 Apr 2012 02:39:46 +0000 (22:39 -0400)]
More mac/ios build improvements

12 years agoFix typo for darwin targets
Anthony Green [Tue, 10 Apr 2012 10:33:33 +0000 (06:33 -0400)]
Fix typo for darwin targets

12 years agomend
Anthony Green [Sat, 7 Apr 2012 00:34:51 +0000 (20:34 -0400)]
mend

12 years agoBuild iOS library with xcode
Mike Lewis [Sat, 7 Apr 2012 00:02:08 +0000 (20:02 -0400)]
Build iOS library with xcode

12 years agoReapply missing testsuite changes for arm
Anthony Green [Fri, 6 Apr 2012 21:04:35 +0000 (17:04 -0400)]
Reapply missing testsuite changes for arm

12 years agoUpdate to rc4. Upgrade autoconf version.
Anthony Green [Fri, 6 Apr 2012 15:57:14 +0000 (11:57 -0400)]
Update to rc4.  Upgrade autoconf version.

12 years agoFix Linux/x32 reference in README
Anthony Green [Fri, 6 Apr 2012 15:53:07 +0000 (11:53 -0400)]
Fix Linux/x32 reference in README

12 years agoLinux/x32 libtool fix
Anthony Green [Fri, 6 Apr 2012 14:39:10 +0000 (10:39 -0400)]
Linux/x32 libtool fix

12 years agoUpdate libtool version, README, tests dists
Anthony Green [Fri, 6 Apr 2012 12:26:14 +0000 (08:26 -0400)]
Update libtool version, README, tests dists

12 years agoRevert debug code changes
Anthony Green [Thu, 5 Apr 2012 19:45:19 +0000 (15:45 -0400)]
Revert debug code changes

12 years agoFix building with Clang for Darwin (OS X 10.6+ and iOS
Zachary Waldowski [Thu, 5 Apr 2012 16:32:41 +0000 (12:32 -0400)]
Fix building with Clang for Darwin (OS X 10.6+ and iOS
 4.0+)

12 years agoFix return_uc.c test case on windows.
Peter Rosin [Tue, 3 Apr 2012 11:40:31 +0000 (07:40 -0400)]
Fix return_uc.c test case on windows.

12 years agoRepair ppc build regression.
Anthony Green [Tue, 3 Apr 2012 11:35:59 +0000 (07:35 -0400)]
Repair ppc build regression.

12 years agoVarious MSVC-related changes.
Peter Rosin [Fri, 30 Mar 2012 12:14:08 +0000 (08:14 -0400)]
Various MSVC-related changes.

12 years agoARM VFP fix for old toolchains
Anthony Green [Fri, 30 Mar 2012 04:40:18 +0000 (00:40 -0400)]
ARM VFP fix for old toolchains

12 years agoRebase on fixed GCC sources
Anthony Green [Thu, 29 Mar 2012 12:48:22 +0000 (08:48 -0400)]
Rebase on fixed GCC sources

12 years agoFix vararg float test
Anthony Green [Wed, 21 Mar 2012 13:52:28 +0000 (09:52 -0400)]
Fix vararg float test

12 years agoMore cygwin fixes
Anthony Green [Wed, 21 Mar 2012 12:09:30 +0000 (08:09 -0400)]
More cygwin fixes

12 years agoRebase post GCC merge
Anthony Green [Tue, 20 Mar 2012 03:07:35 +0000 (23:07 -0400)]
Rebase post GCC merge

12 years agoabi check fixes and Linux/x32 support
Anthony Green [Sat, 3 Mar 2012 19:46:20 +0000 (14:46 -0500)]
abi check fixes and Linux/x32 support

12 years agoAdd -no-undefined for both 32- and 64-bit x86
Anthony Green [Sat, 3 Mar 2012 19:17:54 +0000 (14:17 -0500)]
Add -no-undefined for both 32- and 64-bit x86
windows-like hosts.

12 years agoEnsure that users don't include ffitarget.h directly
Anthony Green [Thu, 23 Feb 2012 12:01:13 +0000 (07:01 -0500)]
Ensure that users don't include ffitarget.h directly

12 years agoFix ABI check regression
Anthony Green [Wed, 15 Feb 2012 05:18:18 +0000 (00:18 -0500)]
Fix ABI check regression

12 years agoRebased from gcc
Anthony Green [Fri, 10 Feb 2012 18:06:46 +0000 (13:06 -0500)]
Rebased from gcc

12 years agoRefresh autoconf-archive m4 scripts
Anthony Green [Fri, 3 Feb 2012 19:18:27 +0000 (13:18 -0600)]
Refresh autoconf-archive m4 scripts

12 years agoRebase from GCC
Anthony Green [Wed, 1 Feb 2012 22:34:30 +0000 (16:34 -0600)]
Rebase from GCC

12 years agoAlpha fix
Anthony Green [Mon, 23 Jan 2012 19:24:01 +0000 (14:24 -0500)]
Alpha fix

12 years agomend
Anthony Green [Mon, 23 Jan 2012 19:17:24 +0000 (14:17 -0500)]
mend

12 years agomend
Anthony Green [Mon, 23 Jan 2012 19:17:13 +0000 (14:17 -0500)]
mend

12 years agoAdd Amiga support
Anthony Green [Mon, 23 Jan 2012 19:11:23 +0000 (14:11 -0500)]
Add Amiga support

12 years agoUnlikely fixes
Anthony Green [Mon, 23 Jan 2012 18:47:38 +0000 (13:47 -0500)]
Unlikely fixes

12 years agomend
Anthony Green [Mon, 23 Jan 2012 18:43:59 +0000 (13:43 -0500)]
mend

12 years agomend
Anthony Green [Mon, 23 Jan 2012 18:43:38 +0000 (13:43 -0500)]
mend

12 years agom68k fixes
Anthony Green [Mon, 23 Jan 2012 17:41:06 +0000 (12:41 -0500)]
m68k fixes

12 years agoRefresh
Anthony Green [Mon, 23 Jan 2012 16:13:18 +0000 (11:13 -0500)]
Refresh

12 years agoUpdate variadic patch
Anthony Green [Fri, 18 Nov 2011 20:13:41 +0000 (15:13 -0500)]
Update variadic patch

12 years agoFix cls_double_va.c and update docs
Anthony Green [Fri, 18 Nov 2011 20:13:00 +0000 (15:13 -0500)]
Fix cls_double_va.c and update docs

12 years agoRerun automake
Anthony Green [Sun, 13 Nov 2011 04:46:05 +0000 (23:46 -0500)]
Rerun automake

12 years agoUpdate version number
Anthony Green [Sun, 13 Nov 2011 04:45:20 +0000 (23:45 -0500)]
Update version number

12 years agoFix last patch
Anthony Green [Sat, 12 Nov 2011 22:22:24 +0000 (17:22 -0500)]
Fix last patch