From: Richard Henderson Date: Sun, 10 Feb 2002 23:38:12 +0000 (+0000) Subject: * doc/c-alpha.texi: New file. X-Git-Tag: binutils-2_12~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00b7eccc91045c7aa01573d5d3fe97bfb4600ce5;p=thirdparty%2Fbinutils-gdb.git * doc/c-alpha.texi: New file. * doc/Makefile.am (CPU_DOCS): Add it. * doc/all.texi, doc/as.texinfo: Add hooks for Alpha. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 5d56137d27c..a9f7ecb7cb3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-02-10 Richard Henderson + + * 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 * config/tc-alpha.c (O_samegp): New. diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a47dbe5882e..a526dded139 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -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 \ diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 1a03cd6d3fe..58e08e61122 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -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 \ diff --git a/gas/doc/all.texi b/gas/doc/all.texi index 2a8bbe18c21..0642dfdeede 100644 --- a/gas/doc/all.texi +++ b/gas/doc/all.texi @@ -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 diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 705fa464efb..26eab02976a 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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