* merge.cc (Object_merge_map::get_output_offset): Remove inline
qualifier.
This commit is contained in:
parent
4d8ac24426
commit
780e49c563
@ -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>
|
2008-04-08 Craig Silverstein <csilvers@google.com>
|
||||||
|
|
||||||
* configure.ac: Export new conditional variable HAVE_ZLIB.
|
* configure.ac: Export new conditional variable HAVE_ZLIB.
|
||||||
|
@ -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.
|
// Get the output offset for an input address.
|
||||||
|
|
||||||
inline bool
|
bool
|
||||||
Object_merge_map::get_output_offset(const Merge_map* merge_map,
|
Object_merge_map::get_output_offset(const Merge_map* merge_map,
|
||||||
unsigned int shndx,
|
unsigned int shndx,
|
||||||
section_offset_type input_offset,
|
section_offset_type input_offset,
|
||||||
|
Loading…
Reference in New Issue
Block a user