aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/Makefile.am
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2016-11-04 14:18:06 +0000
committerNick Clifton <nickc@redhat.com>2016-11-04 14:18:06 +0000
commit4f7eddc4d1a03c982a4f0361879bc5347b921b10 (patch)
tree1b854de4053f2dd08394344329d19d7864976e55 /gas/doc/Makefile.am
parent88ba72a2dfae2e71e3b0798ac74c6853749fd502 (diff)
downloadgdb-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.am')
-rw-r--r--gas/doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 88fa602..54d7ef1 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -81,6 +81,7 @@ CPU_DOCS = \
c-pj.texi \
c-ppc.texi \
c-rl78.texi \
+ c-riscv.texi \
c-rx.texi \
c-s390.texi \
c-score.texi \