mips64-linux n32/n64 long doubles

Eric Christopher echristo@redhat.com
Mon Jan 27 20:51:00 GMT 2003


These are OK with the cleanup for this:

>    if (GET_MODE_CLASS (mode) == MODE_FLOAT
> -      && GET_MODE_SIZE (mode) <= UNITS_PER_FPVALUE)
> +      && GET_MODE_SIZE (mode) <= UNITS_PER_FPVALUE * ((mips_abi == ABI_N32
> +						       || mips_abi == ABI_64)
> +						      ? 2 : 1))

that we talked about.

-eric

-- 
Strapping on the jetpack...



More information about the Gcc-patches mailing list