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.
1 parent 6406f58 commit ad21ffdCopy full SHA for ad21ffd
riscv-elf.adoc
@@ -999,6 +999,11 @@ rather than to instruct the linker how to apply a relocation.
999
The linker should only perform such relaxations when a R_RISCV_RELAX relocation
1000
is at the same position as a candidate relocation.
1001
1002
+As this transformation may delete bytes (and thus invalidate references that
1003
+are commonly resolved at compile-time, such as intra-function jumps), code
1004
+generators must in general ensure that relocations are always emitted when
1005
+relaxation is enabled.
1006
+
1007
[bibliography]
1008
== References
1009
0 commit comments