Symbol Patching
- --patch-base <value>
Specify base image to generate patch for
- --patch-enable
Enable symbol patching using indirection
RISCV Linker Options
- --disable-bss-conversion
Don’t convert BSS to NonBSS when BSS/NonBSS Sections are mixed
- --enable-bss-mixing
Enable mixing BSS/NonBSS sections
- --keep-labels
Keep all local labels for debugging purposes
- --no-relax-gp
Disable GP relaxation
- --no-relax
Disable relaxation
- --no-relax-c
Disable relaxation to compressed instructions
- --relax
Enable relaxation (default behavior)