This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: Two bugs in unix64.S
Hi,
On Thu, Dec 9, 2010 at 2:23 AM, Dan Witte <dwitte@mozilla.com> wrote:
> Indeed. For instance, in Firefox we immediately cast the ffi_arg value back to the native size and discard the irrelevant bits.
> Other client code might not do this, so it's probably a good idea to fix the implementations...
Ok. I cannot run the tests, however (Ubuntu Linux 2.6.35-22, x86-64).
Even a plain "./configure; make; make check", with or without
"--enable-debug", results in the error shown in
http://paste.pocoo.org/show/302736/ . This is with dejagnu's runtest
as distributed with Ubuntu (Expect version is 5.44.1.15, Tcl version
is 8.5, Framework version is 1.4.99).
Armin