From ef15dade898122c47e0f7dc0f48c1399c444afdd Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Wed, 5 Aug 2009 20:51:56 +0000 Subject: *** empty log message *** --- gold/dynobj.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gold/dynobj.h') diff --git a/gold/dynobj.h b/gold/dynobj.h index 815563e728b..a15e2a43238 100644 --- a/gold/dynobj.h +++ b/gold/dynobj.h @@ -198,6 +198,11 @@ class Sized_dynobj : public Dynobj do_section_flags(unsigned int shndx) { return this->elf_file_.section_flags(shndx); } + // Not used for dynobj. + uint64_t + do_section_entsize(unsigned int ) + { gold_unreachable(); } + // Return section address. uint64_t do_section_address(unsigned int shndx) -- cgit v1.2.1