On Wed, 20 Jul 2016 21:24:17 +0200, Philip Guenther wrote: > Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) > go direct instead of through the PLT. > > The first two diff files below pull in the missing <ieeefp.h> so the > wrapping is seen; the rest of the diff chunks perform the wrapping.
Not sure why arch/powerpc/gen/flt_rounds.c needs ieeefp.h when it is prototyped in float.h. Looks OK otherwise. - todd
