Re: [PATCH v2 1/1] aarch64: mingw: Auto-import implementation
Jan Beulich <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
On 20.08.2026 12:58, Evgeny Karpov wrote:
> On Fri, 14 Aug 2026, Jan Beulich wrote:
>>> {
>>> case 8:
>>> @@ -1186,7 +1198,6 @@ read_addend (arelent *rel, asection *s)
>>> addend = bfd_get_16 (s->owner, buf);
>>> }
>>> break;
>>> - case 26:
>>
>> How come this can go away here?
>
> For 26 bit relocation, an addend is not needed.
That for Arm64. What about other architectures?
Jan