[parisc-linux] Re: [glibc] fixing delayed exceptions in hppa

John David Anglin dave@hiauly3.hia.nrc.ca
Fri, 22 Aug 2003 16:24:19 -0400 (EDT)


> I took this into account, and the fcpy of a non fr0 is working better
> than before precisely for the reasons you list your original email.
> 
> Should I instead spill the value into memory at dummy's address?

Based on what Jim Hull said, I believe that would be better.  I was using

  "fldd 0(%%sr0,%%sp),%0" : "=f" (d) : "0" (d)

There isn't a true dependency in the above but I believe that any load
to the destination register will raise the exception.

Dave