From: Hans-Peter Nilsson Date: Mon, 12 Nov 2001 23:47:02 +0000 (+0000) Subject: * elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match new X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc0d28ee427b6cdb043d038fc321867ef7f7c850;p=binutils-gdb.git * elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match new core dump format. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8ee8ab429de..0a09617fce2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-11-12 Orjan Friberg + + * elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match new + core dump format. + 2001-11-11 H.J. Lu * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Call diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 41f4cfcd803..f8f07256314 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -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; }