mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
* elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match new
core dump format.
This commit is contained in:
parent
968d5a056e
commit
bc0d28ee42
@ -1,3 +1,8 @@
|
||||
2001-11-12 Orjan Friberg <orjanf@axis.com>
|
||||
|
||||
* elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match new
|
||||
core dump format.
|
||||
|
||||
2001-11-11 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Call
|
||||
|
@ -482,7 +482,7 @@ cris_elf_grok_prstatus (abfd, note)
|
||||
default:
|
||||
return false;
|
||||
|
||||
case 166: /* Linux/CRIS */
|
||||
case 214: /* Linux/CRIS */
|
||||
/* pr_cursig */
|
||||
elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
|
||||
|
||||
@ -491,7 +491,7 @@ cris_elf_grok_prstatus (abfd, note)
|
||||
|
||||
/* pr_reg */
|
||||
offset = 70;
|
||||
raw_size = 92;
|
||||
raw_size = 140;
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user