mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove more remnants of old Mach-O workaround
Remove another adjustment for section address, this time for the
offset into .debug_str{,.dwo} read from .debug_str_offsets{,.dwo} by
fetch_indexed_string.
Signed-off-by: oltolm <oleg.tolmatcev@gmail.com>
This commit is contained in:
@@ -677,7 +677,6 @@ fetch_indexed_string (uint64_t idx,
|
||||
|
||||
str_offset = byte_get (index_section->start + index_offset, offset_size);
|
||||
|
||||
str_offset -= str_section->address;
|
||||
if (str_offset >= str_section->size)
|
||||
{
|
||||
warn (_("indirect offset too big: %#" PRIx64 "\n"), str_offset);
|
||||
|
||||
Reference in New Issue
Block a user