diff options
author | Nick Clifton <nickc@redhat.com> | 2011-08-19 14:48:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-08-19 14:48:40 +0000 |
commit | 6753e72f10fd1455b57c6acf86abc4e71d3039ca (patch) | |
tree | 548990ce78bc43bb0f629562103622d506748560 /gas/doc/as.texinfo | |
parent | af75cb9c9b7ce28a403aec4dfadef2f15449b3f7 (diff) | |
download | gdb-6753e72f10fd1455b57c6acf86abc4e71d3039ca.zip gdb-6753e72f10fd1455b57c6acf86abc4e71d3039ca.tar.gz gdb-6753e72f10fd1455b57c6acf86abc4e71d3039ca.tar.bz2 |
* doc/as.texinfo: Include c-xstormy16.texi.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 069efa0..8ed62a4 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -6943,6 +6943,9 @@ subject, see the hardware manufacturer's manual. @ifset V850 * V850-Dependent:: V850 Dependent Features @end ifset +@ifset XSTORMY16 +* XSTORMY16-Dependent:: XStormy16 Dependent Features +@end ifset @ifset XTENSA * Xtensa-Dependent:: Xtensa Dependent Features @end ifset @@ -7159,6 +7162,10 @@ family. @include c-v850.texi @end ifset +@ifset XSTORMY16 +@include c-xstormy16.texi +@end ifset + @ifset XTENSA @include c-xtensa.texi @end ifset |