mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* hppa-tdep.c (read_unwind_info): ELF unwind information is in the
.PARISC.unwind section now.
This commit is contained in:
@@ -359,7 +359,7 @@ read_unwind_info (objfile)
|
||||
/* Get hooks to all unwind sections. Note there is no linker-stub unwind
|
||||
section in ELF at the moment. */
|
||||
unwind_sec = bfd_get_section_by_name (objfile->obfd, "$UNWIND_START$");
|
||||
elf_unwind_sec = bfd_get_section_by_name (objfile->obfd, ".hppa_unwind");
|
||||
elf_unwind_sec = bfd_get_section_by_name (objfile->obfd, ".PARISC.unwind");
|
||||
stub_unwind_sec = bfd_get_section_by_name (objfile->obfd, "$UNWIND_END$");
|
||||
|
||||
/* Get sizes and unwind counts for all sections. */
|
||||
|
||||
Reference in New Issue
Block a user