projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf0c2bc
)
update comment
author
Ian Lance Taylor
<ian@airs.com>
Mon, 6 Feb 1995 23:19:34 +0000
(23:19 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 6 Feb 1995 23:19:34 +0000
(23:19 +0000)
include/bfdlink.h
patch
|
blob
|
history
diff --git
a/include/bfdlink.h
b/include/bfdlink.h
index
9a35afb
..
080988c
100644
(file)
--- 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));