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 | |
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')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 081bb80..8add94b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-08-19 Nick Clifton <nickc@redhat.com> + + * doc/as.texinfo: Include c-xstormy16.texi. + 2011-08-18 Alan Modra <amodra@gmail.com> * write.c (resolve_reloc_expr_symbols): Convert local symbols 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 |