mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
Hash tables, dynamic section, i386 PLT, gold_assert.
This commit is contained in:
@ -63,7 +63,10 @@ class Stringpool
|
||||
// Get the size of the ELF strtab.
|
||||
off_t
|
||||
get_strtab_size() const
|
||||
{ return this->strtab_size_; }
|
||||
{
|
||||
gold_assert(this->strtab_size_ != 0);
|
||||
return this->strtab_size_;
|
||||
}
|
||||
|
||||
// Write the strtab into the output file at the specified offset.
|
||||
void
|
||||
|
Reference in New Issue
Block a user