* hppa-tdep.c (read_unwind_info): ELF unwind information is in the
authorJeff Law <law@redhat.com>
Tue, 5 Jul 1994 01:32:46 +0000 (01:32 +0000)
committerJeff Law <law@redhat.com>
Tue, 5 Jul 1994 01:32:46 +0000 (01:32 +0000)
.PARISC.unwind section now.

gdb/ChangeLog
gdb/hppa-tdep.c

index dd44bbb7b7cd905eb9556f582283ba12fd81f418..0c3242cf5c2c622e38eecada8ce9e22cd1c21230 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  4 19:28:56 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * hppa-tdep.c (read_unwind_info): ELF unwind information is in the
+       .PARISC.unwind section now.
+
 Mon Jul  4 17:06:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * breakpoint.c (mention): Always show breakpoint address if no
index 34c4c47b67d8b6caa81678237e3d4a9554fa8525..9cc9a0bfb292e43071826e0ff0c4c73a41bf8dc9 100644 (file)
@@ -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.  */