URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Show entire file |
Details |
Blame |
View Log
Rev 283 |
Rev 378 |
Line 2075... |
Line 2075... |
if (TREE_CODE (newdecl) == VAR_DECL && DECL_HAS_INIT_PRIORITY_P (newdecl))
|
if (TREE_CODE (newdecl) == VAR_DECL && DECL_HAS_INIT_PRIORITY_P (newdecl))
|
{
|
{
|
SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
|
SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
|
DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
|
DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
|
}
|
}
|
|
/* Likewise for DECL_USER_ALIGN and DECL_PACKED. */
|
|
DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl);
|
|
if (TREE_CODE (newdecl) == FIELD_DECL)
|
|
DECL_PACKED (olddecl) = DECL_PACKED (newdecl);
|
|
|
/* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
|
/* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
|
with that from NEWDECL below. */
|
with that from NEWDECL below. */
|
if (DECL_LANG_SPECIFIC (olddecl))
|
if (DECL_LANG_SPECIFIC (olddecl))
|
{
|
{
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.