include/
[deliverable/binutils-gdb.git] / include / bfdlink.h
index c25826207c595dd1111f58911c4f955191079ab3..acb7449e520b2238f45ca040fba03243afda5c92 100644 (file)
@@ -481,6 +481,11 @@ struct bfd_link_callbacks
   bfd_boolean (*notice)
     PARAMS ((struct bfd_link_info *, const char *name,
             bfd *abfd, asection *section, bfd_vma address));
+  /* A function which is called for reporting a linker error. ID is the
+     error identifier. The remaining input is the same as einfo () in
+     ld.  */
+  bfd_boolean (*error_handler)
+    PARAMS ((int id, const char * fmt, ...));
 };
 \f
 /* The linker builds link_order structures which tell the code how to
This page took 0.023151 seconds and 4 git commands to generate.