From: Clément Chigot Date: Fri, 19 Nov 2021 13:28:52 +0000 (+0100) Subject: bfd: remove wrong comment in xcofflink.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d966a54ba936193aafeeb3a28bd2f2a54e25b564;p=binutils-gdb.git bfd: remove wrong comment in xcofflink.c This comment was long time ago associated to the function "xcoff_build_ldsyms" which have since been replaced by "xcoff_build_ldsym". * xcofflink.c: Remove wrong comment. --- diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index e87ed0e683b..78dccb7c8f7 100644 --- a/bfd/xcofflink.c +++ b/bfd/xcofflink.c @@ -3313,8 +3313,6 @@ xcoff_mark_auto_exports (struct xcoff_link_hash_entry *h, void *data) return true; } -/* Add a symbol to the .loader symbols, if necessary. */ - /* INPUT_BFD has an external symbol associated with hash table entry H and csect CSECT. Return true if INPUT_BFD defines H. */