mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* hppa-tdep.c (read_unwind_info): Use "text_offset" for linker
stub unwind descriptors too.
This commit is contained in:
@ -446,6 +446,7 @@ read_unwind_info (objfile)
|
||||
Stuff away the stub type into "reserved" fields. */
|
||||
ui->table[index].region_start = bfd_get_32 (objfile->obfd,
|
||||
(bfd_byte *) buf);
|
||||
ui->table[index].region_start += text_offset;
|
||||
buf += 4;
|
||||
ui->table[index].stub_type = bfd_get_8 (objfile->obfd,
|
||||
(bfd_byte *) buf);
|
||||
|
Reference in New Issue
Block a user