marcel 870c55b96c Remove __aligned(16) from the definition of struct _ia64_fpreg. It's
a non-standard construct. Instead, redefine struct _ia64_fpreg as a
union and put a long double in it. On ia64 and for LP64, this is
defined by the ABI to have 16-byte alignment. For ILP32 a long double
has 4-byte alignment, but we don't support ILP32.

Note that the in-memory image of a long double does not match the in-
memory image of spilled FP registers. This means that one cannot use
the fpr_flt field to interpet the bits. For this reason we continue
to use an aggregate type.
2003-07-25 08:02:24 +00:00
..
2003-07-24 07:49:45 +00:00
2003-05-19 20:29:07 +00:00
2003-06-10 21:44:29 +00:00
2003-06-11 05:37:42 +00:00
2003-07-21 02:49:42 +00:00
2003-07-21 02:49:42 +00:00
2003-06-11 05:37:42 +00:00
2003-06-11 05:37:42 +00:00
2003-07-23 12:09:14 +00:00
2003-06-11 06:34:30 +00:00
2003-07-05 01:24:36 +00:00