Commit 8909ccf5 by David Daney Committed by David Daney

* class.c (build_utf8_ref): Fix code formatting from previous commit.

From-SVN: r162931
parent 5ff474fc
2010-08-05 David Daney <ddaney@caviumnetworks.com> 2010-08-05 David Daney <ddaney@caviumnetworks.com>
* class.c (build_utf8_ref): Fix code formatting from previous commit.
2010-08-05 David Daney <ddaney@caviumnetworks.com>
* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN. * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
2010-07-27 Joseph Myers <joseph@codesourcery.com> 2010-07-27 Joseph Myers <joseph@codesourcery.com>
......
...@@ -983,7 +983,7 @@ build_utf8_ref (tree name) ...@@ -983,7 +983,7 @@ build_utf8_ref (tree name)
TREE_READONLY (decl) = 1; TREE_READONLY (decl) = 1;
TREE_THIS_VOLATILE (decl) = 0; TREE_THIS_VOLATILE (decl) = 0;
DECL_INITIAL (decl) = cinit; DECL_INITIAL (decl) = cinit;
DECL_USER_ALIGN(decl) = 1; DECL_USER_ALIGN (decl) = 1;
if (HAVE_GAS_SHF_MERGE) if (HAVE_GAS_SHF_MERGE)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment