diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-08-06 04:02:42 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2010-08-06 04:02:42 +0000 |
commit | 5ff474fc5cc9ad871d75ae00c5afe84a509bc631 (patch) | |
tree | a5403d0f640c69612476bc19859f4b58b513420a /gcc/java/class.c | |
parent | 4942323e5d6448127ced7c509ef4179bd509961d (diff) | |
download | gcc-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.c | 1 |
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) { |