aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-07-05 01:32:46 +0000
committerJeff Law <law@redhat.com>1994-07-05 01:32:46 +0000
commit0fc2728985dbef0d13e972091c89d577d1ea25ff (patch)
treed697400dade6dd3aa6d7e6a1dbeb298b6f078799 /gdb/hppa-tdep.c
parentedf7c1e4fe31bf5aa6dcfda6e87111a228649000 (diff)
downloadfsf-binutils-gdb-0fc2728985dbef0d13e972091c89d577d1ea25ff.zip
fsf-binutils-gdb-0fc2728985dbef0d13e972091c89d577d1ea25ff.tar.gz
fsf-binutils-gdb-0fc2728985dbef0d13e972091c89d577d1ea25ff.tar.bz2
* hppa-tdep.c (read_unwind_info): ELF unwind information is in the
.PARISC.unwind section now.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index 34c4c47..9cc9a0b 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -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. */