diff options
author | Stafford Horne <shorne@gmail.com> | 2018-10-05 11:41:42 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2018-10-05 11:41:42 +0900 |
commit | 1f041c6edf49a896b99db253066fce427a7d2264 (patch) | |
tree | 1d464abc2924bf0bd750634af73c8cbb1714d64b /gas/doc/as.texi | |
parent | 07f5f4c683879e844d20d0d4963bbaf1b7cd47b9 (diff) | |
download | gdb-1f041c6edf49a896b99db253066fce427a7d2264.zip gdb-1f041c6edf49a896b99db253066fce427a7d2264.tar.gz gdb-1f041c6edf49a896b99db253066fce427a7d2264.tar.bz2 |
or1k: Add OpenRISC gas documentation
gas/ChangeLog:
yyyy-mm-dd Stafford Horne <shorne@gmail.com>
* doc/Makefile.am (CPU_DOCS): Add entry for OpenRISC.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set OPENRISC.
* doc/as.texi: Document OpenRISC.
* doc/c-or1k.texi: New file.
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index f3285b6..acecd35 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -482,6 +482,9 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mfull-regs}] [@b{-m[no-]dx-regs}] [@b{-mpic}] [@b{-mno-relax}] [@b{-mb2bb}] @end ifset +@ifset OPENRISC +@c OpenRISC has no machine-dependent assembler options. +@end ifset @ifset PDP11 @emph{Target PDP11 options:} @@ -7678,6 +7681,9 @@ subject, see the hardware manufacturer's manual. @ifset NS32K * NS32K-Dependent:: NS32K Dependent Features @end ifset +@ifset OPENRISC +* OpenRISC-Dependent:: OpenRISC 1000 Features +@end ifset @ifset PDP11 * PDP-11-Dependent:: PDP-11 Dependent Features @end ifset @@ -7905,6 +7911,10 @@ family. @include c-ns32k.texi @end ifset +@ifset OPENRISC +@include c-or1k.texi +@end ifset + @ifset PDP11 @include c-pdp11.texi @end ifset |