aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorPali Roh?r <pali@kernel.org>2024-06-27 12:17:27 +0100
committerNick Clifton <nickc@redhat.com>2024-06-27 12:17:27 +0100
commit973563710c2f7c184fb6769e1b1d0fc5f3f181f5 (patch)
treed464b67155cfabbd1987446fe24f5a6bca557589 /ld
parent9653254a75d9f7276635ab768261b05507d75df6 (diff)
downloadbinutils-973563710c2f7c184fb6769e1b1d0fc5f3f181f5.zip
binutils-973563710c2f7c184fb6769e1b1d0fc5f3f181f5.tar.gz
binutils-973563710c2f7c184fb6769e1b1d0fc5f3f181f5.tar.bz2
Improve comments describing the Import Directory Table
PR 31728
Diffstat (limited to 'ld')
-rw-r--r--ld/pe-dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c
index 31bdb0b..5b27439 100644
--- a/ld/pe-dll.c
+++ b/ld/pe-dll.c
@@ -2534,7 +2534,7 @@ make_one (def_file_export *exp, bfd *parent, bool include_jmp_stub)
}
else
{
- /* { short, asciz } */
+ /* { short, asciz } = { hint, name } */
if (exp->its_name)
len = 2 + strlen (exp->its_name) + 1;
else