[PATCH v3 0/1] Fix IAT (Import Address Table) alignment on AArch64
Evgeny Karpov
evgeny.karpov@arm.com
Tue May 5 08:34:44 GMT 2026
Hello,
Thank you for reviewing v2!
v3 contains more generic changes for PE32+ to align the IAT.
Changes in v3:
- Align IAT and Delay IAT for PE32+.
Changes in v2 2026-04-15:
- Extend the patch description.
- Replace .align with .p2align.
https://sourceware.org/pipermail/binutils/2026-April/148952.html
v1 2026-04-07:
The IAT should be aligned to 8 bytes in aarch64-w64-mingw32, otherwise, it might
result in relocation issues.
https://sourceware.org/pipermail/binutils/2026-April/148865.html
Regards,
Evgeny
Evgeny Karpov (1):
Fix IAT (Import Address Table) alignment on AArch64
binutils/dlltool.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
More information about the Binutils
mailing list