diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 19:35:17 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 19:35:17 +0000 |
commit | 4ef7f0bf1c62c5e739c0079f85141f97516d8f60 (patch) | |
tree | 93698163275f8c91d303491327042c775fb8a10c /include/opcode/cris.h | |
parent | ee544a35f700bf36a67d189c52d55dd0555fff50 (diff) | |
download | gdb-4ef7f0bf1c62c5e739c0079f85141f97516d8f60.zip gdb-4ef7f0bf1c62c5e739c0079f85141f97516d8f60.tar.gz gdb-4ef7f0bf1c62c5e739c0079f85141f97516d8f60.tar.bz2 |
* cris.h (enum cris_insn_version_usage): Correct comment for
cris_ver_v3p.
Diffstat (limited to 'include/opcode/cris.h')
-rw-r--r-- | include/opcode/cris.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/cris.h b/include/opcode/cris.h index 9276340..1f10034 100644 --- a/include/opcode/cris.h +++ b/include/opcode/cris.h @@ -1,5 +1,5 @@ /* cris.h -- Header file for CRIS opcode and register tables. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. Updated, BFDized and GNUified by Hans-Peter Nilsson. @@ -50,7 +50,7 @@ enum cris_insn_version_usage /* Only for v0..3 (Etrax 1..4). */ cris_ver_v0_3, - /* Only for v3 or higher (ETRAX 1..4 and beyond). */ + /* Only for v3 or higher (ETRAX 4 and beyond). */ cris_ver_v3p, /* Only for v8 (Etrax 100). */ |