mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* elf.c (elfcore_grok_netbsd_procinfo): Make a pseudosection out
of the note.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-27 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* elf.c (elfcore_grok_netbsd_procinfo): Make a pseudosection out
|
||||||
|
of the note.
|
||||||
|
|
||||||
2003-11-26 Daniel Jacobowitz <drow@mvista.com>
|
2003-11-26 Daniel Jacobowitz <drow@mvista.com>
|
||||||
Richard Sandiford <rsandifo@redhat.com>
|
Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
|
@ -6835,7 +6835,8 @@ elfcore_grok_netbsd_procinfo (bfd *abfd, Elf_Internal_Note *note)
|
|||||||
elf_tdata (abfd)->core_command
|
elf_tdata (abfd)->core_command
|
||||||
= _bfd_elfcore_strndup (abfd, note->descdata + 0x7c, 31);
|
= _bfd_elfcore_strndup (abfd, note->descdata + 0x7c, 31);
|
||||||
|
|
||||||
return TRUE;
|
return elfcore_make_note_pseudosection (abfd, ".note.netbsdcore.procinfo",
|
||||||
|
note);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bfd_boolean
|
static bfd_boolean
|
||||||
|
Reference in New Issue
Block a user