* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.

From-SVN: r162930
This commit is contained in:
David Daney 2010-08-06 04:02:42 +00:00 committed by David Daney
parent 4942323e5d
commit 5ff474fc5c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-08-05 David Daney <ddaney@caviumnetworks.com>
* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
2010-07-27 Joseph Myers <joseph@codesourcery.com>
* lang.c (java_handle_option): Update prototype and return value

View File

@ -983,6 +983,7 @@ build_utf8_ref (tree name)
TREE_READONLY (decl) = 1;
TREE_THIS_VOLATILE (decl) = 0;
DECL_INITIAL (decl) = cinit;
DECL_USER_ALIGN(decl) = 1;
if (HAVE_GAS_SHF_MERGE)
{