HomeFreeBSD

Use 32-bit value for .text padding, for linker portability

Description

Use 32-bit value for .text padding, for linker portability

GNU ld interprets the padding value as a variable-length byte string,
while GNU gold and LLVM lld interpret it as a 32-bit value.

Details

Provenance
emasteAuthored on
Parents
rS306263: Move cpu_reset to be a platform method to allow multiple implementations.
Branches
Unknown
Tags
Unknown