From 862eaedc1a324bf263c88f2f859dba6ace4c5cc5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 24 Jun 1997 14:34:47 +0000 Subject: [PATCH] comment fix --- bfd/elflink.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bfd/elflink.h b/bfd/elflink.h index 2cbd80a8485..07f38112c66 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; } -- 2.30.2