On Thu, Dec 27, 2012 at 10:19:57AM -0500, Jack Howarth wrote:
> On Thu, Dec 27, 2012 at 04:06:47PM +0100, Andreas Schwab wrote:
> > Jack Howarth writes:
> >
> > > Did you run make check in libffi on this merge? These changes
> > > appear to have broken the dejagnu testing in libffi...
> >
>
On Thu, Dec 27, 2012 at 04:06:47PM +0100, Andreas Schwab wrote:
> Jack Howarth writes:
>
> > Did you run make check in libffi on this merge? These changes
> > appear to have broken the dejagnu testing in libffi...
>
> The problem is the wrong definition of load_gcc_lib.
>
> @@ -16,7 +16,7 @
Jack Howarth writes:
> Did you run make check in libffi on this merge? These changes
> appear to have broken the dejagnu testing in libffi...
The problem is the wrong definition of load_gcc_lib.
@@ -16,7 +16,7 @@
proc load_gcc_lib { filename } {
global srcdir
-load_file $srcdir/
On Wed, Dec 26, 2012 at 11:29:42AM -0500, Anthony Green wrote:
> I've committed this patch.
>
> Thanks,
>
> Anthony Green
Anthony,
Did you run make check in libffi on this merge? These changes
appear to have broken the dejagnu testing in libffi...
# make -k check
Password:
Making check in i
I've committed this patch.
Thanks,
Anthony Green
On Sun, Dec 23, 2012 at 4:37 PM, Anthony Green wrote:
> The attached patch is fairly complete merge of the libffi side-stream
> git repo. Highlights include aarch64 support, blackfin support, and
> additional windows ABI support. I will commi