[PATCH v2 0/1] Fix IAT (Import Address Table) alignment on AArch64
Evgeny Karpov
evgeny.karpov@arm.com
Wed Apr 15 08:05:20 GMT 2026
Hello,
Thank you for reviewing v1!
v2 contains minor changes.
The scope of the change might potentially be extended to PE32+, however, it is optional.
The change affects only AArch64, as in v1, to prevent the regressions in other targets.
Changes in v2:
- Extend the patch description.
- Replace .align with .p2align.
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 | 6 ++++++
1 file changed, 6 insertions(+)
More information about the Binutils
mailing list