Page MenuHomeFreeBSD

Fix compiler_rt definition for RISC-V
ClosedPublic

Authored by luis_luismarques.eu on Sep 17 2019, 10:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 14 2024, 4:37 AM
Unknown Object (File)
Jan 5 2024, 1:34 PM
Unknown Object (File)
Jan 5 2024, 1:34 PM
Unknown Object (File)
Dec 20 2023, 1:21 AM
Unknown Object (File)
Dec 11 2023, 12:24 AM
Unknown Object (File)
Nov 18 2023, 12:48 PM
Unknown Object (File)
Nov 11 2023, 8:32 PM
Unknown Object (File)
Nov 11 2023, 9:35 AM
Subscribers

Details

Summary

The value of struct_kernel_stat64_sz introduced by D5021 for RISC-V is incorrect. This patch fixes that issue.
The use of the __riscv_xlen == 64 condition is due to the fact that the 32-bit Linux ABI is not yet finalized.

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.Sep 27 2019, 1:07 PM

We need to figure out how to get all of this upstream as well.

This revision was automatically updated to reflect the committed changes.

We need to figure out how to get all of this upstream as well.

There is an upstream patch ready to land that covers these changes, plus a bit more: https://reviews.llvm.org/D66870