From 730cdc88f70c0804b5daf2259d3bd8ad29b6411b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Nov 2007 07:00:15 +0000 Subject: Generate a complete exception frame header. Discard duplicate exception frame information. --- 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 d9c3e10..7895dda 100644 --- a/gold/dynobj.h +++ b/gold/dynobj.h @@ -146,6 +146,11 @@ class Sized_dynobj : public Dynobj do_section_flags(unsigned int shndx) { return this->elf_file_.section_flags(shndx); } + // Return section type. + unsigned int + do_section_type(unsigned int shndx) + { return this->elf_file_.section_type(shndx); } + // Return the section link field. unsigned int do_section_link(unsigned int shndx) -- cgit v1.1