diff options
author | Ian Lance Taylor <iant@google.com> | 2007-11-22 00:45:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-11-22 00:45:46 +0000 |
commit | d8a88976788511b8a3476bbba45fc185bea1ab07 (patch) | |
tree | 7b4a88d358af51c4786262f7b95ddc3f96ff87b1 /gold/merge.cc | |
parent | c79126688f8211ab17a893c5e80b09811d424fc1 (diff) | |
download | gdb-d8a88976788511b8a3476bbba45fc185bea1ab07.zip gdb-d8a88976788511b8a3476bbba45fc185bea1ab07.tar.gz gdb-d8a88976788511b8a3476bbba45fc185bea1ab07.tar.bz2 |
Make Merge_key_less operator() inline.
Diffstat (limited to 'gold/merge.cc')
-rw-r--r-- | gold/merge.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/merge.cc b/gold/merge.cc index 15d3b7c..0c4256b 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 { |