Page MenuHomeFreeBSD

[PowerPC] Fix *context on ELFv2
ClosedPublic

Authored by bdragon on Nov 16 2019, 8:11 PM.
Referenced Files
Unknown Object (File)
Thu, Mar 28, 10:29 AM
Unknown Object (File)
Mar 14 2024, 3:51 AM
Unknown Object (File)
Jan 21 2024, 2:00 PM
Unknown Object (File)
Dec 23 2023, 8:29 AM
Unknown Object (File)
Nov 30 2023, 4:58 PM
Unknown Object (File)
Aug 27 2023, 5:28 PM
Unknown Object (File)
Jul 11 2023, 2:38 PM
Unknown Object (File)
Jul 11 2023, 2:37 PM
Subscribers

Details

Summary

Due to ELFv1 specific code in _ctx_start.S and makecontext.c, userspace context switching was completely broken on ELFv2.

With this, we now pass the libthr test suite.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 16 2019, 8:17 PM
This revision was automatically updated to reflect the committed changes.