aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-06-27 10:41:31 +0930
committerAlan Modra <amodra@gmail.com>2014-06-27 10:42:28 +0930
commit7b5490456670ef187c1b7c07ba2e9e09512a6d70 (patch)
tree83a027ceac04f00e35eafa69f24408849c8fd911 /gold
parente2ca13570cb87f5257be8a19aa0bdc6e8b13c272 (diff)
downloadgdb-7b5490456670ef187c1b7c07ba2e9e09512a6d70.zip
gdb-7b5490456670ef187c1b7c07ba2e9e09512a6d70.tar.gz
gdb-7b5490456670ef187c1b7c07ba2e9e09512a6d70.tar.bz2
Fix undefined symbol errors from mips.cc
* symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/symtab.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 1e90dce..264f127 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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>
* dwp.cc (Dwo_file::read): Allow files with no .debug_types
diff --git a/gold/symtab.cc b/gold/symtab.cc
index 4e8afb1..b329bb6 100644
--- a/gold/symtab.cc
+++ b/gold/symtab.cc
@@ -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
// 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