diff options
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 3e7f093..a86119e 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -344,7 +344,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-m68hc11}|@b{-m68hc12}|@b{-m68hcs12}] [@b{-mshort}|@b{-mlong}] [@b{-mshort-double}|@b{-mlong-double}] - [@b{--force-long-branchs}] [@b{--short-branchs}] + [@b{--force-long-branches}] [@b{--short-branches}] [@b{--strict-direct-mode}] [@b{--print-insn-syntax}] [@b{--print-opcodes}] [@b{--generate-example}] @end ifset @@ -868,13 +868,13 @@ Specify to use the 32-bit double ABI. @item -mlong-double Specify to use the 64-bit double ABI. -@item --force-long-branchs +@item --force-long-branches Relative branches are turned into absolute ones. This concerns conditional branches, unconditional branches and branches to a sub routine. -@item -S | --short-branchs -Do not turn relative branchs into absolute ones +@item -S | --short-branches +Do not turn relative branches into absolute ones when the offset is out of range. @item --strict-direct-mode |