mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:32:56 +08:00
* elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
constants for n32 ABI.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2003-04-07 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
|
||||
constants for n32 ABI.
|
||||
|
||||
2003-04-06 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* simple.c (bfd_simple_get_relocated_section_contents): Disable
|
||||
|
@ -2024,7 +2024,7 @@ elf32_mips_grok_prstatus (abfd, note)
|
||||
default:
|
||||
return FALSE;
|
||||
|
||||
case 256: /* Linux/MIPS */
|
||||
case 440: /* Linux/MIPS N32 */
|
||||
/* pr_cursig */
|
||||
elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
|
||||
|
||||
@ -2033,7 +2033,7 @@ elf32_mips_grok_prstatus (abfd, note)
|
||||
|
||||
/* pr_reg */
|
||||
offset = 72;
|
||||
raw_size = 180;
|
||||
raw_size = 360;
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user