diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-06 23:19:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-06 23:19:34 +0000 |
commit | 1fa313e2441b0a29fc4a18452781c8f3208c14a0 (patch) | |
tree | 33c841b42724abd5791b8fb2f53da4d99d7ea711 /include | |
parent | cf0c2bc1efe06a8523bce40f3d3b254f4916b794 (diff) | |
download | gdb-1fa313e2441b0a29fc4a18452781c8f3208c14a0.zip gdb-1fa313e2441b0a29fc4a18452781c8f3208c14a0.tar.gz gdb-1fa313e2441b0a29fc4a18452781c8f3208c14a0.tar.bz2 |
update comment
Diffstat (limited to 'include')
-rw-r--r-- | include/bfdlink.h | 2 |
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)); |