]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/c-alpha.texi: New file.
authorRichard Henderson <rth@redhat.com>
Sun, 10 Feb 2002 23:38:12 +0000 (23:38 +0000)
committerRichard Henderson <rth@redhat.com>
Sun, 10 Feb 2002 23:38:12 +0000 (23:38 +0000)
        * doc/Makefile.am (CPU_DOCS): Add it.
        * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.

gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo

index 5d56137d27c201e13b81187af1595c9aa6f87fb7..a9f7ecb7cb39ace5be8646a65d40f05330675732 100644 (file)
@@ -1,3 +1,9 @@
+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.
index a47dbe5882e496e6d8e6487b8316fc14ada4f12e..a526dded139504c380c5720907bb31754011e38d 100644 (file)
@@ -25,6 +25,7 @@ asconfig.texi: $(CONFIG).texi
 
 CPU_DOCS = \
        c-a29k.texi \
+       c-alpha.texi \
        c-arc.texi \
        c-arm.texi \
        c-d10v.texi \
index 1a03cd6d3fef92aaf0c5e59621fda432d5889f32..58e08e611223a2d8311cf5b376bfea46e1c14d9d 100644 (file)
@@ -136,6 +136,7 @@ info_TEXINFOS = as.texinfo gasp.texi
 
 CPU_DOCS = \
        c-a29k.texi \
+       c-alpha.texi \
        c-arc.texi \
        c-arm.texi \
        c-d10v.texi \
index 2a8bbe18c21e43ea29246fac52994ce2a6633465..0642dfdeede0fcc7a9513e0828a3d37fd79dd801 100644 (file)
@@ -1,4 +1,4 @@
-@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
 
@@ -27,6 +27,7 @@
 @c CPUs of interest
 @c ================
 @set A29K
+@set ALPHA
 @set ARC
 @set ARM
 @set CRIS
index 705fa464efbb3cf67f8908b5f7468cbe8c631ab7..26eab02976a655ddf2931838e7a9990f1a10fb82 100644 (file)
@@ -29,6 +29,7 @@
 @set TARGET TARGET
 @set GENERIC
 @set A29K
+@set ALPHA
 @set ARC
 @set ARM
 @set CRIS
@@ -266,6 +267,14 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
 @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:}
@@ -5586,6 +5595,9 @@ subject, see the hardware manufacturer's manual.
 @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
@@ -5681,14 +5693,18 @@ subject, see the hardware manufacturer's manual.
 @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