summaryrefslogtreecommitdiff
path: root/gold/merge.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-22 00:45:46 +0000
committerIan Lance Taylor <iant@google.com>2007-11-22 00:45:46 +0000
commitd83378700cb3fbc09afb5ad52b6032a0b5a1f951 (patch)
treea94a074c0b57a7c59fd1e6e25843609f90494bd8 /gold/merge.cc
parent1b850931727a7dde9ab7163e754c3e34fbcfb266 (diff)
downloadbinutils-redhat-d83378700cb3fbc09afb5ad52b6032a0b5a1f951.tar.gz
Make Merge_key_less operator() inline.
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
{