mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Add support for -Bsymbolic.
This commit is contained in:
@ -407,7 +407,8 @@ class Symbol
|
||||
{
|
||||
return (this->visibility_ != elfcpp::STV_INTERNAL
|
||||
&& this->visibility_ != elfcpp::STV_HIDDEN
|
||||
&& this->visibility_ != elfcpp::STV_PROTECTED);
|
||||
&& this->visibility_ != elfcpp::STV_PROTECTED
|
||||
&& !parameters->symbolic());
|
||||
}
|
||||
|
||||
// Return whether there should be a warning for references to this
|
||||
|
Reference in New Issue
Block a user