Re: Printing long double register pairs on s390x
Florian Weimer <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
* Andreas Schwab: > On Nov 08 2019, Florian Weimer wrote: > >> Is there a way to print the long double value of a register pair? > > Since IBM long double is the sum of two doubles, just printing the sum > of the registers should do it. That's POWER only. long double on s390x is proper float128.