* class.c (build_utf8_ref): Fix code formatting from previous commit.
From-SVN: r162931
This commit is contained in:
parent
5ff474fc5c
commit
8909ccf5d1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -983,7 +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;
|
||||
DECL_USER_ALIGN (decl) = 1;
|
||||
|
||||
if (HAVE_GAS_SHF_MERGE)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue