diff options
author | Richard Henderson <rth@redhat.com> | 2002-08-06 22:06:08 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-08-06 22:06:08 +0000 |
commit | dbac4f5ba804fa7f8891696dbf41b0495db7446d (patch) | |
tree | ae88f0f98ff3dfa4605178205e83e4f79f016188 /gas/doc | |
parent | 1b50a3482a4b5fe637b04fcd576945ab910a8895 (diff) | |
download | gdb-dbac4f5ba804fa7f8891696dbf41b0495db7446d.zip gdb-dbac4f5ba804fa7f8891696dbf41b0495db7446d.tar.gz gdb-dbac4f5ba804fa7f8891696dbf41b0495db7446d.tar.bz2 |
* config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
and m21264b processor names and cpu types.
* doc/c-alpha.texi: Documented new types.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-alpha.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi index f067668..5b52c5a 100644 --- a/gas/doc/c-alpha.texi +++ b/gas/doc/c-alpha.texi @@ -55,13 +55,17 @@ The following processor names are recognized: @code{21164a}, @code{21164pc}, @code{21264}, +@code{21264a}, +@code{21264b}, @code{ev4}, @code{ev5}, @code{lca45}, @code{ev5}, @code{ev56}, @code{pca56}, -@code{ev6}. +@code{ev6}, +@code{ev67}, +@code{ev68}. The special name @code{all} may be used to allow the assembler to accept instructions valid for any Alpha processor. |