]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - soft-fp/extended.h
Do not use packed structures in soft-fp.
[thirdparty/glibc.git] / soft-fp / extended.h
index 102acfc1ca050c941019aa091d63651f9d6a8d00..d2794320fa1163bc733182f07c0fdc1fdd808c1c 100644 (file)
@@ -88,7 +88,7 @@ union _FP_UNION_E
     unsigned exp : _FP_EXPBITS_E;
     unsigned sign : 1;
 # endif /* not bigendian */
-  } bits __attribute__ ((packed));
+  } bits;
 };