On 03/01/2018 01:26 PM, Palmer Dabbelt wrote:
+@item -mrelax
+@itemx -mno-relax
+Take advantage of linker relaxations to reduce the number of instructions
+required to materalize symbol addresses.

materalize->materialize

This is not just number of instructions, it is also code size, since linker relaxation can convert non-compressed instructions into compressed instructions.

Also, this isn't clear which option is the default. If you look at the other options descriptions, I tried to make it clear which was the default when there was more than one choice. I don't think you should rely on @item or @itemx to define which is the default.

Jim

Reply via email to