Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm
On Tue, Jun 29, 2021 at 11:26:00PM +0000, Rin Okuyama wrote:
> Module Name: src
> Committed By: rin
> Date: Tue Jun 29 23:26:00 UTC 2021
>
> Modified Files:
> src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm: aeabi_cfcmp.S
> divmodsi4.S divsi3.S modsi3.S
>
> Log Message:
> Align sp to 8-byte boundary as required by EABI.
Why not just push/pop another register? That's how it is normally done
for generated code.
Joerg
Home |
Main Index |
Thread Index |
Old Index