Re: Premature removal of aarch64 ilp32
"Richard Earnshaw (lists)" <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 22/07/2025 12:17, Radek Barton via Newlib wrote: > Hello. > > Sure. I guess we want to keep the asmdefs.h pristine compared to https://github.com/ARM-software/optimized-routines/blob/master/string/aarch64/asmdefs.h so I can add another header, let's say aarch64/ilp32defs.h, that would define the necessary macros and revert their removal from .S files. Would that be acceptable solution? > > Radek I think in this case I'd prefer let asmdefs.h diverge from upstream by omitting the hunk that removed ilp32. That way, when we do decide to drop ilp32 support we can just get back to being fully in sync. R.