> From: "Todd C. Miller" <[email protected]> > Date: Wed, 20 Jul 2016 14:59:14 -0600 > > 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.
The code needs to include hidden/ieeefp.h to do the magic wrapping for internal usage of these symbols in libc.
