Page MenuHomeFreeBSD

RISC-V: support for GCC 7.1
ClosedPublic

Authored by br on Aug 6 2017, 1:22 PM.
Tags
None
Referenced Files
F103167149: D11901.diff
Thu, Nov 21, 7:44 PM
F103141445: D11901.diff
Thu, Nov 21, 1:35 PM
Unknown Object (File)
Wed, Nov 20, 7:35 AM
Unknown Object (File)
Wed, Nov 20, 7:30 AM
Unknown Object (File)
Wed, Nov 20, 5:35 AM
Unknown Object (File)
Tue, Nov 19, 5:10 PM
Unknown Object (File)
Tue, Nov 19, 4:31 PM
Unknown Object (File)
Thu, Nov 7, 12:12 PM

Details

Summary
- change __riscv__ with __riscv
- change __riscv64 with (__riscv && __riscv_xlen == 64)

this is required to support new GCC 7.1 compiler

Diff Detail

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

Event Timeline

Please add some notes about this form being backwards compatible with previous supporting compilers in the commit message.

Thank you for the explanation!

This revision is now accepted and ready to land.Aug 6 2017, 4:19 PM
This revision was automatically updated to reflect the committed changes.