Re: [PATCH 07/17] arm: Replace 'adrl' in EFI crt0

2025-02-24 Thread Sam Edwards
On Mon, Feb 24, 2025 at 12:42 AM Heinrich Schuchardt wrote: > > On 2/24/25 06:55, Sam Edwards wrote: > > LLVM's IAS does not (and cannot easily) support the 'adrl' > > pseudoinstruction, and ARM developers generally do not consider it > > portable across assembler implementations either. > > > > I

Re: [PATCH 07/17] arm: Replace 'adrl' in EFI crt0

2025-02-24 Thread Heinrich Schuchardt
On 2/24/25 06:55, Sam Edwards wrote: LLVM's IAS does not (and cannot easily) support the 'adrl' pseudoinstruction, and ARM developers generally do not consider it portable across assembler implementations either. Instead, expand it into the two subtract instructions it would emit anyway. An expl