update comment

This commit is contained in:
Ian Lance Taylor 1995-02-06 23:19:34 +00:00
parent cf0c2bc1ef
commit 1fa313e244

View File

@ -273,7 +273,7 @@ struct bfd_link_callbacks
/* A function which is called when a relocation is attempted against /* A function which is called when a relocation is attempted against
an undefined symbol. NAME is the symbol which is undefined. an undefined symbol. NAME is the symbol which is undefined.
ABFD, SECTION and ADDRESS identify the location from which the ABFD, SECTION and ADDRESS identify the location from which the
reference is made. */ reference is made. In some cases SECTION may be NULL. */
boolean (*undefined_symbol) PARAMS ((struct bfd_link_info *, boolean (*undefined_symbol) PARAMS ((struct bfd_link_info *,
const char *name, bfd *abfd, const char *name, bfd *abfd,
asection *section, bfd_vma address)); asection *section, bfd_vma address));