]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
authorDavid Daney <ddaney@caviumnetworks.com>
Fri, 6 Aug 2010 04:02:42 +0000 (04:02 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Fri, 6 Aug 2010 04:02:42 +0000 (04:02 +0000)
From-SVN: r162930

gcc/java/ChangeLog
gcc/java/class.c

index 00e7ce754c63e028f1c8effe082e9754fb596e0a..2959b084518a37132957d2dd58a9cc9c7b9e8db1 100644 (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
index 78f77ab2d264c794608ec19b64ee4f66f2254bdd..81e527a96576fd741098bffbc281c4327821d779 100644 (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)
     {