* ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.

From-SVN: r193722
This commit is contained in:
Jakub Jelinek 2012-11-22 11:09:15 +01:00 committed by Jakub Jelinek
parent e13d9d5aeb
commit 925e30ffcd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-22 Jakub Jelinek <jakub@redhat.com>
* ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.
2012-11-22 Georg-Johann Lay <avr@gjlay.de>
Adjust decimal point of signed accum mode to GCC default.

View File

@ -475,7 +475,7 @@ enum ext_modified_kind
EXT_MODIFIED_SEXT
};
struct ext_modified
struct ATTRIBUTE_PACKED ext_modified
{
/* Mode from which ree has zero or sign extended the destination. */
ENUM_BITFIELD(machine_mode) mode : 8;