mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
2010-09-27 Richard Guenther <rguenther@suse.de> * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P. From-SVN: r164651
This commit is contained in:
parent
74164603a5
commit
1787f59e44
@ -1,3 +1,7 @@
|
||||
2010-09-27 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
|
||||
|
||||
2010-09-27 Jie Zhang <jie@codesourcery.com>
|
||||
|
||||
* print-tree.c (print_node): Print in-constant-pool.
|
||||
|
@ -2822,7 +2822,7 @@ dbxout_symbol (tree decl, int local ATTRIBUTE_UNUSED)
|
||||
&& DECL_INITIAL (decl) != 0
|
||||
&& host_integerp (DECL_INITIAL (decl), 0)
|
||||
&& ! TREE_ASM_WRITTEN (decl)
|
||||
&& (DECL_CONTEXT (decl) == NULL_TREE
|
||||
&& (DECL_FILE_SCOPE_P (decl)
|
||||
|| TREE_CODE (DECL_CONTEXT (decl)) == BLOCK
|
||||
|| TREE_CODE (DECL_CONTEXT (decl)) == NAMESPACE_DECL)
|
||||
&& TREE_PUBLIC (decl) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user