aboutsummaryrefslogtreecommitdiff
path: root/gold/output.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-20 01:29:04 +0000
committerIan Lance Taylor <iant@google.com>2007-12-20 01:29:04 +0000
commit8f00aeb8a6c1aa281ec1697f1d4fe8c7054273e7 (patch)
tree85c6ae022b67ee83b104c01deb91404be291836d /gold/output.h
parent007fb11822f5edae45133afb47d9e2ae5e6f5163 (diff)
downloadgdb-8f00aeb8a6c1aa281ec1697f1d4fe8c7054273e7.zip
gdb-8f00aeb8a6c1aa281ec1697f1d4fe8c7054273e7.tar.gz
gdb-8f00aeb8a6c1aa281ec1697f1d4fe8c7054273e7.tar.bz2
Make functions on hot path inline. Remove a mistaken virtual
declaration.
Diffstat (limited to 'gold/output.h')
-rw-r--r--gold/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/output.h b/gold/output.h
index 51c8502..38e5c48 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