mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix undefined symbol errors from mips.cc
* symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-06-27 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
|
||||||
|
|
||||||
2014-06-24 Cary Coutant <ccoutant@google.com>
|
2014-06-24 Cary Coutant <ccoutant@google.com>
|
||||||
|
|
||||||
* dwp.cc (Dwo_file::read): Allow files with no .debug_types
|
* dwp.cc (Dwo_file::read): Allow files with no .debug_types
|
||||||
|
@ -334,7 +334,7 @@ Sized_symbol<size>::allocate_common(Output_data* od, Value_type value)
|
|||||||
// Return true if this symbol should be added to the dynamic symbol
|
// Return true if this symbol should be added to the dynamic symbol
|
||||||
// table.
|
// table.
|
||||||
|
|
||||||
inline bool
|
bool
|
||||||
Symbol::should_add_dynsym_entry(Symbol_table* symtab) const
|
Symbol::should_add_dynsym_entry(Symbol_table* symtab) const
|
||||||
{
|
{
|
||||||
// If the symbol is only present on plugin files, the plugin decided we
|
// If the symbol is only present on plugin files, the plugin decided we
|
||||||
|
Reference in New Issue
Block a user