diff --git a/gold/ChangeLog b/gold/ChangeLog index 1e90dceb1a..264f127bd7 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-06-27 Alan Modra + + * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline. + 2014-06-24 Cary Coutant * dwp.cc (Dwo_file::read): Allow files with no .debug_types diff --git a/gold/symtab.cc b/gold/symtab.cc index 4e8afb13ed..b329bb612c 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -334,7 +334,7 @@ Sized_symbol::allocate_common(Output_data* od, Value_type value) // Return true if this symbol should be added to the dynamic symbol // table. -inline bool +bool Symbol::should_add_dynsym_entry(Symbol_table* symtab) const { // If the symbol is only present on plugin files, the plugin decided we