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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/output.h') diff --git a/gold/output.h b/gold/output.h index 51c85026c9b..38e5c486076 100644 --- a/gold/output.h +++ b/gold/output.h @@ -460,7 +460,7 @@ class Output_section_data : public Output_data // the output section is known. If this function returns true, it // sets *POUTPUT to the output offset. The value -1 indicates that // this input offset is being discarded. - virtual bool + bool output_offset(const Relobj* object, unsigned int shndx, section_offset_type offset, section_offset_type *poutput) const -- cgit v1.2.1