We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442ae19 + ad21ffd commit ae36223Copy full SHA for ae36223
riscv-elf.adoc
@@ -1001,6 +1001,11 @@ rather than to instruct the linker how to apply a relocation.
1001
The linker should only perform such relaxations when a R_RISCV_RELAX relocation
1002
is at the same position as a candidate relocation.
1003
1004
+As this transformation may delete bytes (and thus invalidate references that
1005
+are commonly resolved at compile-time, such as intra-function jumps), code
1006
+generators must in general ensure that relocations are always emitted when
1007
+relaxation is enabled.
1008
+
1009
[bibliography]
1010
== References
1011
0 commit comments