Page MenuHomeFreeBSD

End softfp->hardfp transition period for arm
ClosedPublic

Authored by imp on Sep 8 2017, 3:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 10:57 AM
Unknown Object (File)
Nov 22 2023, 7:02 PM
Unknown Object (File)
Oct 26 2023, 2:25 PM
Unknown Object (File)
Aug 30 2023, 10:02 AM
Unknown Object (File)
Aug 30 2023, 10:01 AM
Unknown Object (File)
Aug 30 2023, 8:38 AM
Unknown Object (File)
Jul 17 2023, 7:29 PM
Unknown Object (File)
Jul 15 2023, 7:44 PM

Details

Summary

On hard-float 32-bit arm platforms, always search for the soft float
binaries in the alternative locations.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11434
Build 11792: arc lint + arc unit

Event Timeline

mmel added a subscriber: mmel.

Can be this MFCed to stable? In other words, do we support in place upgrade from 10 (soft FP ABI) to 11 (hard FP ABI)?
From my point of view, this is OK for FBSD 12.

This revision is now accepted and ready to land.Sep 8 2017, 3:27 PM
In D12274#254694, @meloun-miracle-cz wrote:

Can be this MFCed to stable? In other words, do we support in place upgrade from 10 (soft FP ABI) to 11 (hard FP ABI)?
From my point of view, this is OK for FBSD 12.

In my opinion, we could MFC this, but I'd like to solicit a wider range of opinion.

iz-rpi03_hs-karlsruhe.de added inline comments.
libexec/rtld-elf/arm/reloc.c
26

Minor typo: altnerative -> alternative

imp marked an inline comment as done.Sep 12 2017, 2:03 PM
imp added inline comments.
libexec/rtld-elf/arm/reloc.c
26

thanks!

imp marked an inline comment as done.Jul 10 2021, 3:47 PM

08d1c5b15284f / r323500 landed this