diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2016-11-04 14:18:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-04 14:18:06 +0000 |
commit | 4f7eddc4d1a03c982a4f0361879bc5347b921b10 (patch) | |
tree | 1b854de4053f2dd08394344329d19d7864976e55 /gas/doc/as.texinfo | |
parent | 88ba72a2dfae2e71e3b0798ac74c6853749fd502 (diff) | |
download | fsf-binutils-gdb-4f7eddc4d1a03c982a4f0361879bc5347b921b10.zip fsf-binutils-gdb-4f7eddc4d1a03c982a4f0361879bc5347b921b10.tar.gz fsf-binutils-gdb-4f7eddc4d1a03c982a4f0361879bc5347b921b10.tar.bz2 |
Update RISC-V documentation and make sure that it is included in the gas info file.
* Makefile.am (CPU_DOCS): Add c-riscv.texi.
* Makefile.in: Regenerate.
* doc/all.texi: Set RISCV.
* doc/as.texinfo: Add RISCV options.
Add RISC-V-Dependent node.
Include c-riscv.texi.
* doc/c-riscv.texi: Rename RISC-V Options to RISC-V-Opts.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index b1d94d5..2b00acc 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -511,6 +511,13 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mint-register=@var{number}}] [@b{-mgcc-abi}|@b{-mrx-abi}] @end ifset +@ifset RISCV + +@emph{Target RISC-V options:} + [@b{-m32}|@b{-m64}] + [@b{-mrvc}] + [@b{-mhard-float}|@b{-msoft-float}] +@end ifset @ifset S390 @emph{Target s390 options:} @@ -7592,6 +7599,9 @@ subject, see the hardware manufacturer's manual. @ifset RL78 * RL78-Dependent:: RL78 Dependent Features @end ifset +@ifset RISCV +* RISC-V-Dependent:: RISC-V Dependent Features +@end ifset @ifset RX * RX-Dependent:: RX Dependent Features @end ifset @@ -7819,6 +7829,10 @@ family. @include c-rl78.texi @end ifset +@ifset RISCV +@include c-riscv.texi +@end ifset + @ifset RX @include c-rx.texi @end ifset |