[patch/libffi/hppa] Fix handling of 3 and 5-7 byte struct returns

Randolph Chung randolph@tausq.org
Fri Jul 1 10:48:00 GMT 2005


I just spotted a typo:

> --- libffi/src/pa/linux.S	2004-03-20 03:58:01.000000000 -0800
> +++ libffi/src/pa/linux.S	2005-07-01 03:04:33.000000000 -0700
> @@ -105,21 +106,46 @@ ffi_call_LINUX:

[...]
> +	/* This relies on all the FFI_TYPE_*_STRUCT* defines being <0 */
> +	cmpib,<,n 0, %r21, checkint8

that should be
> +	cmpib,<=,n 0, %r21, checkint8

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/



More information about the Gcc-patches mailing list