This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/139] bad hand-coded assembly in sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c


------- Additional Comments From dank at kegel dot com  2004-04-29 05:11 -------
The two instructions that gas now complains about are
        fqtoi %f52, %f60        
        st %f60, [%g1]       
$ sparc64-unknown-linux-gnu-as -Av9a -64 qp_qtoi.s
qp_qtoi.s:261: Error: Illegal operands: There are only 32 single precision f
registers; [0-31]
qp_qtoi.s:262: Error: Illegal operands: There are only 32 single precision f
registers; [0-31] 

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=139

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]