aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-20 01:32:10 +0000
committerIan Lance Taylor <iant@google.com>2007-12-20 01:32:10 +0000
commit4106a0814aeb1d2ea9cf3608d0de4bb9fef44ee8 (patch)
treeff6e2b9bcd024d88bff84f95a38474658e209d87 /gold
parent8f00aeb8a6c1aa281ec1697f1d4fe8c7054273e7 (diff)
downloadgdb-4106a0814aeb1d2ea9cf3608d0de4bb9fef44ee8.zip
gdb-4106a0814aeb1d2ea9cf3608d0de4bb9fef44ee8.tar.gz
gdb-4106a0814aeb1d2ea9cf3608d0de4bb9fef44ee8.tar.bz2
Remove one inline.
Diffstat (limited to 'gold')
-rw-r--r--gold/merge.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/merge.cc b/gold/merge.cc
index abe625e..fc6bffb 100644
--- a/gold/merge.cc
+++ b/gold/merge.cc
@@ -300,7 +300,7 @@ Merge_map::add_mapping(Relobj* object, unsigned int shndx,
// *OUTPUT_OFFSET to the offset in the output section. This returns
// true if the mapping is known, false otherwise.
-inline bool
+bool
Merge_map::get_output_offset(const Relobj* object, unsigned int shndx,
section_offset_type offset,
section_offset_type* output_offset) const