From 8f00aeb8a6c1aa281ec1697f1d4fe8c7054273e7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Dec 2007 01:29:04 +0000 Subject: Make functions on hot path inline. Remove a mistaken virtual declaration. --- gold/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/output.cc') diff --git a/gold/output.cc b/gold/output.cc index c7fb32d..fa2bff0 100644 --- a/gold/output.cc +++ b/gold/output.cc @@ -1349,7 +1349,7 @@ Output_section::Input_section::finalize_data_size() // Try to turn an input offset into an output offset. -bool +inline bool Output_section::Input_section::output_offset( const Relobj* object, unsigned int shndx, -- cgit v1.1