aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2010-08-06 04:02:42 +0000
committerDavid Daney <daney@gcc.gnu.org>2010-08-06 04:02:42 +0000
commit5ff474fc5cc9ad871d75ae00c5afe84a509bc631 (patch)
treea5403d0f640c69612476bc19859f4b58b513420a /gcc/java/class.c
parent4942323e5d6448127ced7c509ef4179bd509961d (diff)
downloadgcc-5ff474fc5cc9ad871d75ae00c5afe84a509bc631.zip
gcc-5ff474fc5cc9ad871d75ae00c5afe84a509bc631.tar.gz
gcc-5ff474fc5cc9ad871d75ae00c5afe84a509bc631.tar.bz2
* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
From-SVN: r162930
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index 78f77ab..81e527a 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -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)
{