diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-24 14:34:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-24 14:34:47 +0000 |
commit | 862eaedc1a324bf263c88f2f859dba6ace4c5cc5 (patch) | |
tree | c662dd8db9da869003e45f05fed9ede43b69c1ec /bfd | |
parent | 541a4b542560152199f9f71e49f49b6c12154bbe (diff) | |
download | gdb-862eaedc1a324bf263c88f2f859dba6ace4c5cc5.zip gdb-862eaedc1a324bf263c88f2f859dba6ace4c5cc5.tar.gz gdb-862eaedc1a324bf263c88f2f859dba6ace4c5cc5.tar.bz2 |
comment fix
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elflink.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h index 2cbd80a..07f3811 100644 --- 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; } |