From d966a54ba936193aafeeb3a28bd2f2a54e25b564 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Chigot?= Date: Fri, 19 Nov 2021 14:28:52 +0100 Subject: [PATCH] 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. --- bfd/xcofflink.c | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.30.2