mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-22 02:21:19 +00:00
* elf32-am33lin.c (elf32_am33lin_grok_prstatus): Add case
to correspond to a smaller ELF_NGREG defined by the kernel.
This commit is contained in:
parent
006695fbe7
commit
083a553414
@ -1,3 +1,8 @@
|
||||
2011-12-15 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* elf32-am33lin.c (elf32_am33lin_grok_prstatus): Add case
|
||||
to correspond to a smaller ELF_NGREG defined by the kernel.
|
||||
|
||||
2011-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf64-x86-64.c (ELF32_DYNAMIC_INTERPRETER): Set to
|
||||
|
@ -50,6 +50,7 @@ elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
|
||||
default:
|
||||
return FALSE;
|
||||
|
||||
case 184:
|
||||
case 188: /* Linux/am33 */
|
||||
/* pr_cursig */
|
||||
elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user