This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bytes order and words order
Daniel Jacobowitz <drow@mvista.com> writes:
| > Well, what mostly is annoying me in my proposed scheme is that it
| > would somehow duplicate some information mostly with real.[ch]. That
| > really makes me uneasy. On a previous attempt, I tried to have
| > real.[ch] act like part of the C++ library, that was way too invasive
| > and too tighly coupled with GCC's internals. I'm open to suggestions.
|
| Libiberty has a file in it called floatformat.c. You'd need to play
| some licensing games to use it but it should have everything you need;
| that's how GDB understands target floats.
Aha, thanks. I'll have look into that.
Well, I suddenly get nervous when it comes to libiberty and V3
licences :-)
-- Gaby