From 340c725b1caaa6caf0ffbf33c9cd1af6fce1bc82 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Mon, 25 Jan 2016 11:42:25 +0000 Subject: [PATCH] * doc/extend.texi (scalar_storage_order type attribute): Fix typo and improve wording for mixed storage order support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232791 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96ec9f53ae4c..abf3f2f71fde 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-25 Eric Botcazou + + * doc/extend.texi (scalar_storage_order type attribute): Fix typo and + improve wording for mixed storage order support. + 2016-01-25 Bilyan Borisov * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 7e079ff7285b..c18324d618ed 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -6481,10 +6481,10 @@ integral type should be used. When attached to a @code{union} or a @code{struct}, this attribute sets the storage order, aka endianness, of the scalar fields of the type, as well as the array fields whose component is scalar. The supported -endianness are @code{big-endian} and @code{little-endian}. The attribute +endiannesses are @code{big-endian} and @code{little-endian}. The attribute has no effects on fields which are themselves a @code{union}, a @code{struct} or an array whose component is a @code{union} or a @code{struct}, and it is -possible to have fields with a different scalar storage order than the +possible for these fields to have a different scalar storage order than the enclosing type. This attribute is supported only for targets that use a uniform default -- 2.47.3