diff options
author | Richard Henderson <rth@redhat.com> | 2002-02-10 23:25:17 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-02-10 23:25:17 +0000 |
commit | 625e1353056d4f665a283c64d434a6fa05573d13 (patch) | |
tree | fe90f053b8d96a379bdde8a2bbdeae4dae79e435 /gas/doc/as.texinfo | |
parent | 6439295f61b598227751815bf233fd9aa07fa37b (diff) | |
download | gdb-625e1353056d4f665a283c64d434a6fa05573d13.zip gdb-625e1353056d4f665a283c64d434a6fa05573d13.tar.gz gdb-625e1353056d4f665a283c64d434a6fa05573d13.tar.bz2 |
* doc/c-alpha.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add it.
* doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 705fa46..26eab02 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 |