diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-02-09 03:12:24 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-02-09 03:12:24 +0000 |
commit | 328eb32e5f28f62b0533ab8ab921bdcedf3cbf8a (patch) | |
tree | 8b2fc21d73ef70a7d8aea643d953f654a10a5607 /gas/doc/as.texinfo | |
parent | da69bbcfe193660a5a57cd6211dd2e7ca60b8693 (diff) | |
download | gdb-328eb32e5f28f62b0533ab8ab921bdcedf3cbf8a.zip gdb-328eb32e5f28f62b0533ab8ab921bdcedf3cbf8a.tar.gz gdb-328eb32e5f28f62b0533ab8ab921bdcedf3cbf8a.tar.bz2 |
* doc/c-cris.texi: New.
* doc/all.texi: @set CRIS.
* doc/as.texinfo: Ditto. Add CRIS gas manpage option overview.
Include c-cris.texi.
* doc/Makefile.am (CPU_DOCS): Add c-cris.texi
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index f237694..705fa46 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -31,6 +31,7 @@ @set A29K @set ARC @set ARM +@set CRIS @set D10V @set D30V @set H8/300 @@ -284,6 +285,15 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @b{-mapcs-reentrant}] [@b{-mthumb-interwork}] [@b{-moabi}] [@b{-k}] @end ifset +@ifset CRIS + +@emph{Target CRIS options:} + [@b{--underscore} | @b{--no-underscore}] + [@b{--pic}] [@b{-N}] + [@b{--emulation=criself} | @b{--emulation=crisaout}] +@c Deprecated -- deliberately not documented. +@c [@b{-h}] [@b{-H}] +@end ifset @ifset D10V @emph{Target D10V options:} @@ -582,6 +592,10 @@ Specify that PIC code has been generated. @end table @end ifset +@ifset CRIS +See the info pages for documentation of the CRIS-specific options. +@end ifset + @ifset D10V The following options are available when @value{AS} is configured for a D10V processor. @@ -5578,6 +5592,9 @@ subject, see the hardware manufacturer's manual. @ifset ARM * ARM-Dependent:: ARM Dependent Features @end ifset +@ifset MMIX +* CRIS-Dependent:: CRIS Dependent Features +@end ifset @ifset D10V * D10V-Dependent:: D10V Dependent Features @end ifset @@ -5676,6 +5693,10 @@ subject, see the hardware manufacturer's manual. @include c-arm.texi @end ifset +@ifset CRIS +@include c-cris.texi +@end ifset + @ifset Hitachi-all @ifclear GENERIC @node Machine Dependencies |