projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541a4b5
)
comment fix
author
Ian Lance Taylor
<ian@airs.com>
Tue, 24 Jun 1997 14:34:47 +0000
(14:34 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 24 Jun 1997 14:34:47 +0000
(14:34 +0000)
bfd/elflink.h
patch
|
blob
|
history
diff --git
a/bfd/elflink.h
b/bfd/elflink.h
index 2cbd80a8485b7397d239bc429dacc6aa8d7b7d7a..07f38112c663523da80fcb9c762a485b338d5273 100644
(file)
--- a/
bfd/elflink.h
+++ b/
bfd/elflink.h
@@
-573,7
+573,8
@@
elf_merge_symbol (abfd, info, name, sym, psec, pvalue, sym_hash,
we want the caller to frob with H rather than with the
indirect symbol. That will permit the caller to redefine the
target of the indirection, rather than the indirect symbol
- itself. */
+ itself. FIXME: This will break the -y option if we store a
+ symbol with a different name. */
*sym_hash = h;
}