aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-02-06 23:19:34 +0000
committerIan Lance Taylor <ian@airs.com>1995-02-06 23:19:34 +0000
commit1fa313e2441b0a29fc4a18452781c8f3208c14a0 (patch)
tree33c841b42724abd5791b8fb2f53da4d99d7ea711 /include
parentcf0c2bc1efe06a8523bce40f3d3b254f4916b794 (diff)
downloadfsf-binutils-gdb-1fa313e2441b0a29fc4a18452781c8f3208c14a0.zip
fsf-binutils-gdb-1fa313e2441b0a29fc4a18452781c8f3208c14a0.tar.gz
fsf-binutils-gdb-1fa313e2441b0a29fc4a18452781c8f3208c14a0.tar.bz2
update comment
Diffstat (limited to 'include')
-rw-r--r--include/bfdlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 9a35afb..080988c 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -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));