summaryrefslogtreecommitdiff
path: root/bfd/xcofflink.c
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2021-11-19 14:28:52 +0100
committerAlan Modra <amodra@gmail.com>2021-11-20 18:01:36 +1030
commitd966a54ba936193aafeeb3a28bd2f2a54e25b564 (patch)
tree7ffd627ad2847f685b03e9e7c428eb1ae8de7692 /bfd/xcofflink.c
parent6e3e76d17b8443306f8629a6be575a141d201cb2 (diff)
downloadbinutils-gdb-d966a54ba936193aafeeb3a28bd2f2a54e25b564.tar.gz
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.
Diffstat (limited to 'bfd/xcofflink.c')
-rw-r--r--bfd/xcofflink.c2
1 files changed, 0 insertions, 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. */