* doc/Makefile.am (CPU_DOCS): Add it.
* doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
+2002-02-10 Richard Henderson <rth@redhat.com>
+
+ * doc/c-alpha.texi: New file.
+ * doc/Makefile.am (CPU_DOCS): Add it.
+ * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
+
2002-02-09 Richard Henderson <rth@redhat.com>
* config/tc-alpha.c (O_samegp): New.
CPU_DOCS = \
c-a29k.texi \
+ c-alpha.texi \
c-arc.texi \
c-arm.texi \
c-d10v.texi \
CPU_DOCS = \
c-a29k.texi \
+ c-alpha.texi \
c-arc.texi \
c-arm.texi \
c-d10v.texi \
-@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001
+@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002
@c Free Software Foundation, Inc.
@c This file is part of the documentation for the GAS manual
@c CPUs of interest
@c ================
@set A29K
+@set ALPHA
@set ARC
@set ARM
@set CRIS
@set TARGET TARGET
@set GENERIC
@set A29K
+@set ALPHA
@set ARC
@set ARM
@set CRIS
@ifset A29K
@c am29k has no machine-dependent assembler options
@end ifset
+@ifset ALPHA
+
+@emph{Target Alpha options:}
+ [@b{-m@var{cpu}}]
+ [@b{-mdebug} | @b{-no-mdebug}]
+ [@b{-relax}] [@b{-g}] [@b{-G@var{size}}]
+ [@b{-F}] [@b{-32addr}]
+@end ifset
@ifset ARC
@emph{Target ARC options:}
@ifset A29K
* AMD29K-Dependent:: AMD 29K Dependent Features
@end ifset
+@ifset ALPHA
+* Alpha-Dependent:: Alpha Dependent Features
+@end ifset
@ifset ARC
* ARC-Dependent:: ARC Dependent Features
@end ifset
@c node and sectioning commands; hence the repetition of @chapter BLAH
@c in both conditional blocks.
-@ifset ARC
-@include c-arc.texi
-@end ifset
-
@ifset A29K
@include c-a29k.texi
@end ifset
+@ifset ALPHA
+@include c-alpha.texi
+@end ifset
+
+@ifset ARC
+@include c-arc.texi
+@end ifset
+
@ifset ARM
@include c-arm.texi
@end ifset