[PATCH v2 7/9] aarch64: Disable the anchors
This patch is not needed anymore, more information here. https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662903.html Regards, Evgeny
[PATCH v2 7/9] aarch64: Disable the anchors
The anchors have been disabled as they use symbol + offset, which is not applicable for COFF AArch64. gcc/ChangeLog: * config/aarch64/aarch64.cc (TARGET_MIN_ANCHOR_OFFSET): Keep default TARGET_MAX_ANCHOR_OFFSET for PECOFF target. (TARGET_MAX_ANCHOR_OFFSET): Likewise. ---