diff options
author | Clément Chigot <clement.chigot@atos.net> | 2021-11-19 14:28:52 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-20 18:01:36 +1030 |
commit | d966a54ba936193aafeeb3a28bd2f2a54e25b564 (patch) | |
tree | 7ffd627ad2847f685b03e9e7c428eb1ae8de7692 /bfd | |
parent | 6e3e76d17b8443306f8629a6be575a141d201cb2 (diff) | |
download | gdb-d966a54ba936193aafeeb3a28bd2f2a54e25b564.zip gdb-d966a54ba936193aafeeb3a28bd2f2a54e25b564.tar.gz gdb-d966a54ba936193aafeeb3a28bd2f2a54e25b564.tar.bz2 |
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')
-rw-r--r-- | bfd/xcofflink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index e87ed0e..78dccb7 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. */ |