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 36d28e3 commit 3462df7Copy full SHA for 3462df7
riscv-asm.md
@@ -205,6 +205,10 @@ NOTE: Code region follows by `.option relax` will emit
205
usage is using `.option norelax` with `.option push`/`.option pop` if
206
you want to disable linker relaxation on specific code region.
207
208
+NOTE: Recommended way to disable linker relaxation of specific code region is
209
+use `.option push`, `.option norelax` and `.option pop`, that prevent enabled
210
+linker relaxation accidentally if user already disable linker relaxation.
211
+
212
#### `push`/`pop`
213
214
Push/pop current options to/from the options stack.
0 commit comments