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/Makefile.in | |
parent | 88ba72a2dfae2e71e3b0798ac74c6853749fd502 (diff) | |
download | gdb-4f7eddc4d1a03c982a4f0361879bc5347b921b10.zip gdb-4f7eddc4d1a03c982a4f0361879bc5347b921b10.tar.gz 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/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 5f09b6c..474bd48 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -355,6 +355,7 @@ CPU_DOCS = \ c-pj.texi \ c-ppc.texi \ c-rl78.texi \ + c-riscv.texi \ c-rx.texi \ c-s390.texi \ c-score.texi \ |