forked from Imagelibrary/binutils-gdb
PR gold/12695
* layout.cc (Layout::symtab_section_shndx): New function. * layout.h (class Layout): Declare symtab_section_shndx. * output.cc (Output_section::write_header): Call it.
This commit is contained in:
@@ -701,6 +701,10 @@ class Layout
|
||||
off_t
|
||||
symtab_section_offset() const;
|
||||
|
||||
// Return the section index of the normal symbol tabl.e
|
||||
unsigned int
|
||||
symtab_section_shndx() const;
|
||||
|
||||
// Return the dynamic symbol table.
|
||||
Output_section*
|
||||
dynsym_section() const
|
||||
|
||||
Reference in New Issue
Block a user