diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-20 10:27:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-20 10:27:56 +0000 |
commit | b47d265edba0a7f45ffd3a9952806e124364368b (patch) | |
tree | 9659e376d54d3d6135f2a6d7d1ae84173074acdd /gas/doc/Makefile.am | |
parent | 135aeafb6629f04ece7a8ddc8ae871f64c0b3852 (diff) | |
download | gdb-b47d265edba0a7f45ffd3a9952806e124364368b.zip gdb-b47d265edba0a7f45ffd3a9952806e124364368b.tar.gz gdb-b47d265edba0a7f45ffd3a9952806e124364368b.tar.bz2 |
* doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
* doc/Makefile.in: Regenerate.
* doc/all.texi: Set XSTORMY16.
* doc/c-xstormy16.texi: New file.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 6af117f..87017fc 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -70,6 +70,7 @@ CPU_DOCS = \ c-tilepro.texi \ c-vax.texi \ c-v850.texi \ + c-xstormy16.texi \ c-xtensa.texi \ c-z80.texi \ c-z8k.texi |