summaryrefslogtreecommitdiffstats
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorcvs2svn <>2003-04-24 12:36:09 +0000
committercvs2svn <>2003-04-24 12:36:09 +0000
commit7133c258c527e353cd426ac59f258130ffbe80bd (patch)
treea4419d6b86f553d57fdaac5bb42d80e04f237807 /include/bfdlink.h
parentcd4993ccbb652517e41c35c020bc7f737cac8ec3 (diff)
downloadcygnal-7133c258c527e353cd426ac59f258130ffbe80bd.tar.gz
cygnal-7133c258c527e353cd426ac59f258130ffbe80bd.tar.bz2
cygnal-7133c258c527e353cd426ac59f258130ffbe80bd.zip
This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_14-branchpoint
2_14-branch'. Sprout from kettenis_i386newframe-20030419-branch 2003-04-19 00:19:41 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2003-04-24 12:36:08 UTC Nick Clifton <nickc@redhat.com> 'Add support for h8300hn and h8300sn': config-ml.in include/ChangeLog include/bfdlink.h include/coff/ChangeLog include/coff/h8300.h include/elf/ChangeLog include/elf/common.h include/elf/h8.h Delete: djunpack.bat
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index c25826207..acb7449e5 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -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, ...));
};
/* The linker builds link_order structures which tell the code how to