Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elfxx-target.h
index 551883fa094c73373acf01cbaac9b8f2ca70780b..6efca84e4e1dd59f58307e7215f57203fa9417ac 100644 (file)
 #ifndef elf_backend_grok_psinfo
 #define elf_backend_grok_psinfo                        NULL
 #endif
+#ifndef elf_backend_grok_freebsd_prstatus
+#define elf_backend_grok_freebsd_prstatus      NULL
+#endif
 #ifndef elf_backend_write_core_note
 #define elf_backend_write_core_note            NULL
 #endif
@@ -820,6 +823,7 @@ static struct elf_backend_data elfNN_bed =
   elf_backend_sort_relocs_p,
   elf_backend_grok_prstatus,
   elf_backend_grok_psinfo,
+  elf_backend_grok_freebsd_prstatus,
   elf_backend_write_core_note,
   elf_backend_lookup_section_flags_hook,
   elf_backend_reloc_type_class,
This page took 0.023435 seconds and 4 git commands to generate.