* merge.cc (Object_merge_map::get_output_offset): Remove inline

qualifier.
This commit is contained in:
Ian Lance Taylor
2008-04-08 18:46:43 +00:00
parent 4d8ac24426
commit 780e49c563
2 changed files with 6 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ Object_merge_map::add_mapping(const Merge_map* merge_map, unsigned int shndx,
// Get the output offset for an input address.
inline bool
bool
Object_merge_map::get_output_offset(const Merge_map* merge_map,
unsigned int shndx,
section_offset_type input_offset,