On Fri, Aug 02, 2013 at 11:05:33AM -1000, Richard Henderson wrote: > On 08/02/2013 04:45 AM, Andreas Krebbel wrote: > > ! XCFLAGS="${XCFLAGS} -mzarch -mhtm -msoft-float" > > Not good, since _ITM_R{F,D,E,CF,CD,CE} should return values in > floating point registers; similarly for the write accessors.
So, would it be enough to compile just beginend.cc with -msoft-float and the rest normally? Or what routines in particular must be prevented from using float registers implicitly? Jakub