Re: [PATCH v2 0/1] aarch64: mingw: Auto-import implementation
Martin Storsjö <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 31 Jul 2026, Evgeny Karpov wrote: > Thank you for reviewing v1! > v2 implements auto-import support for 12/21/26 bit size relocations without > needing pseudo relocations and runtime relocations in MinGW/Cygwin, based on > feedback during upstreaming changes to MinGW. > > Changes in v2: > - Avoid pseudo relocations and runtime handling in MinGW/Cygwin for 12/21/26 bit > size relocations. As you already have upstreamed runtime support for the new aarch64 specific pseudo relocations to cygwin (whereas I raised questions on the same patch in mingw-w64, which then led to this revised patch which doesn't need new runtime support), I think it would be best for consistency if you'd revert those parts from cygwin as well, to realign the pseudo reloc implementation there with what we have in mingw-w64. // Martin