From 973563710c2f7c184fb6769e1b1d0fc5f3f181f5 Mon Sep 17 00:00:00 2001 From: Pali Roh?r Date: Thu, 27 Jun 2024 12:17:27 +0100 Subject: Improve comments describing the Import Directory Table PR 31728 --- ld/pe-dll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld') 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 -- cgit v1.1