]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/doc/c-riscv.texi
RISC-V: Add new option -mrelax/-mno-relax.
[thirdparty/binutils-gdb.git] / gas / doc / c-riscv.texi
index 30e61250d3b10984942d1735f4e71aac387e74db..79bc4e37b6d720e1ef714752b80a93a8984d4efe 100644 (file)
@@ -48,6 +48,15 @@ by "f", "d", or "q" to indicate single-precision, double-precision, or
 quad-precision floating-point calling convention, or none to indicate
 the soft-float calling convention.
 
+@cindex @samp{-mrelax} option, RISC-V
+@item -mrelax
+Take advantage of linker relaxations to reduce the number of instructions
+required to materialize symbol addresses. (default)
+
+@cindex @samp{-mno-relax} option, RISC-V
+@item -mno-relax
+Don't do linker relaxations.
+
 @end table
 @c man end