update comment
authorIan Lance Taylor <ian@airs.com>
Mon, 6 Feb 1995 23:19:34 +0000 (23:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 6 Feb 1995 23:19:34 +0000 (23:19 +0000)
include/bfdlink.h

index 9a35afb5b1d06c75943e7261b8ea382f71be5c36..080988c5a68676e2f2f5fd90f12139f7850be5b4 100644 (file)
@@ -273,7 +273,7 @@ struct bfd_link_callbacks
   /* A function which is called when a relocation is attempted against
      an undefined symbol.  NAME is the symbol which is undefined.
      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 *,
                                       const char *name, bfd *abfd,
                                       asection *section, bfd_vma address));
This page took 0.025774 seconds and 4 git commands to generate.