]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - soft-fp/double.h
Do not use packed structures in soft-fp.
[thirdparty/glibc.git] / soft-fp / double.h
index f6c83d72534ca76d3c67d00cf019e854f8f2c807..23d11ccf7269669cc78966f6fd4cc6d362c4804a 100644 (file)
@@ -89,7 +89,7 @@ union _FP_UNION_D
     unsigned exp   : _FP_EXPBITS_D;
     unsigned sign  : 1;
 # endif
-  } bits __attribute__ ((packed));
+  } bits;
 };
 
 # define FP_DECL_D(X)          _FP_DECL (2, X)
@@ -210,7 +210,7 @@ union _FP_UNION_D
     unsigned exp    : _FP_EXPBITS_D;
     unsigned sign   : 1;
 # endif
-  } bits __attribute__ ((packed));
+  } bits;
 };
 
 # define FP_DECL_D(X)          _FP_DECL (1, X)