Page MenuHomeFreeBSD

rtld: Clear x29 for thread_start to conform Aarch64 ABI ps
ClosedPublic

Authored by dchagin on Jul 2 2023, 3:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 3:19 AM
Unknown Object (File)
Sun, Oct 26, 11:31 PM
Unknown Object (File)
Fri, Oct 24, 3:43 AM
Unknown Object (File)
Thu, Oct 23, 1:35 PM
Unknown Object (File)
Wed, Oct 22, 3:14 PM
Unknown Object (File)
Tue, Oct 21, 1:13 PM
Unknown Object (File)
Tue, Oct 21, 1:28 AM
Unknown Object (File)
Tue, Oct 21, 1:28 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52388
Build 49279: arc lint + arc unit

Event Timeline

Also clear lr,
strictly speaking, SYS V Aarch64 ABI does not states that lr should be
cleared, however gdb relies on it value and tryes to unwind stack further.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 7 2023, 4:56 PM
This revision was automatically updated to reflect the committed changes.