diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-02-23 10:10:25 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-02-23 10:10:25 +0000 |
commit | 11c19e16a25eadc2035bc7aafb4587774a1964bf (patch) | |
tree | 1d5385f996f5840c51a1fbd020fb66ed46129554 /gas/doc/Makefile.am | |
parent | c2b4a39dd204173238cb5bb8a367dc68c8d803ad (diff) | |
download | gdb-11c19e16a25eadc2035bc7aafb4587774a1964bf.zip gdb-11c19e16a25eadc2035bc7aafb4587774a1964bf.tar.gz gdb-11c19e16a25eadc2035bc7aafb4587774a1964bf.tar.bz2 |
* doc/all.texi: Set S390.
* doc/as.texinfo: Add S390 support and pull in c-s390.texi.
* doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
* doc/Makefile.in: Likewise.
* doc/c-s390.texi: New.
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 4c6816b..793058d 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -57,6 +57,7 @@ CPU_DOCS = \ c-pdp11.texi \ c-pj.texi \ c-ppc.texi \ + c-s390.texi \ c-sh.texi \ c-sh64.texi \ c-sparc.texi \ |