summaryrefslogtreecommitdiff
path: root/gold/merge.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/merge.cc')
-rw-r--r--gold/merge.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/merge.cc b/gold/merge.cc
index 15d3b7cd1b..0c4256ba7a 100644
--- a/gold/merge.cc
+++ b/gold/merge.cc
@@ -35,7 +35,7 @@ namespace gold
// Sort the entries in a merge mapping. The key is an input object, a
// section index in that object, and an offset in that section.
-bool
+inline bool
Merge_map::Merge_key_less::operator()(const Merge_key& mk1,
const Merge_key& mk2) const
{