Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index fd08748ae2de07486cd21353ef3aa564be827ab1..399e298a8d3e375a5a58902b2c5d9f83c7fd8b06 100644 (file)
@@ -1270,6 +1270,11 @@ struct elf_backend_data
   bfd_boolean (*elf_backend_grok_psinfo)
     (bfd *, Elf_Internal_Note *);
 
+  /* This function, if defined, is called when a "FreeBSD" NT_PRSTATUS
+     note is found in a core file.  */
+  bfd_boolean (*elf_backend_grok_freebsd_prstatus)
+    (bfd *, Elf_Internal_Note *);
+
   /* This function, if defined, is called to write a note to a corefile.  */
   char *(*elf_backend_write_core_note)
     (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);
This page took 0.024796 seconds and 4 git commands to generate.