forked from Imagelibrary/binutils-gdb
Reworked from Andrew Chatham: report error locations.
This commit is contained in:
@@ -148,6 +148,11 @@ class Sized_dynobj : public Dynobj
|
||||
do_section_flags(unsigned int shndx)
|
||||
{ return this->elf_file_.section_flags(shndx); }
|
||||
|
||||
// Return the section link field.
|
||||
unsigned int
|
||||
do_section_link(unsigned int shndx)
|
||||
{ return this->elf_file_.section_link(shndx); }
|
||||
|
||||
private:
|
||||
// For convenience.
|
||||
typedef Sized_dynobj<size, big_endian> This;
|
||||
|
||||
Reference in New Issue
Block a user