projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445567b
)
Also accept symbols in other partition in symtab_node::binds_to_current_def_p
author
Jan Hubicka
<jh@suse.cz>
Thu, 15 Oct 2020 11:50:22 +0000
(13:50 +0200)
committer
Jan Hubicka
<jh@suse.cz>
Thu, 15 Oct 2020 11:50:22 +0000
(13:50 +0200)
* symtab.c (symtab_node::binds_to_current_def_p): Also accept symbols
defined in other partition.
gcc/symtab.c
patch
|
blob
|
history
diff --git
a/gcc/symtab.c
b/gcc/symtab.c
index 207c9e75890c0e39df94aedb4de26eba0803bfae..bc2865f41210ba468d835d19b63e0996ec959aaf 100644
(file)
--- a/
gcc/symtab.c
+++ b/
gcc/symtab.c
@@
-2391,7
+2391,7
@@
symbol_table::symbol_suffix_separator ()
bool
symtab_node::binds_to_current_def_p (symtab_node *ref)
{
- if (!definition)
+ if (!definition
&& !in_other_partition
)
return false;
if (transparent_alias)
return definition