]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
bfd: fill in PE load config directory entry
authorJeremy Drake <sourceware-bugzilla@jdrake.com>
Mon, 7 Apr 2025 11:19:19 +0000 (13:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Apr 2025 11:19:19 +0000 (13:19 +0200)
commit236214b1981b952d212e8bfd7b811210653771ae
tree3186bc3afe020a769ef2a5951b2cc516a12f5ea5
parent864f563eecd5dd8d6cb77655bc3f8f059f9e304f
bfd: fill in PE load config directory entry

This is filled in with the rva of _load_config_used if defined (much
like _tls_used), and the size is the first 32-bit value at that symbol.

Signed-off-by: Jeremy Drake <sourceware-bugzilla@jdrake.com>
bfd/peXXigen.c