* merge.cc (Object_merge_map::get_output_offset): Remove inline
authorIan Lance Taylor <ian@airs.com>
Tue, 8 Apr 2008 18:46:43 +0000 (18:46 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 8 Apr 2008 18:46:43 +0000 (18:46 +0000)
qualifier.

gold/ChangeLog
gold/merge.cc

index 6eb7f79..6a8ac98 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-08  Ian Lance Taylor  <iant@google.com>
+
+       * merge.cc (Object_merge_map::get_output_offset): Remove inline
+       qualifier.
+
 2008-04-08  Craig Silverstein  <csilvers@google.com>
 
        * configure.ac: Export new conditional variable HAVE_ZLIB.
index 9b416e6..1369938 100644 (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,