Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-04-05 23:35:17 +0400
committerHans-Peter Nilsson <hp@axis.com>2001-04-05 23:35:17 +0400
commitb25c2ad730a2600e08d2d505ff62dc371e6038c8 (patch)
tree92cdcf209e59b3494db16f1d192f051b52bf9fe3
parent0403bb7415e34ac8d73fb896afb8f61fd33748f0 (diff)
* cris.h (enum cris_insn_version_usage): Correct comment for
cris_ver_v3p.
-rw-r--r--include/opcode/ChangeLog5
-rw-r--r--include/opcode/cris.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index a82b6dfce..caccc80e3 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-05 Hans-Peter Nilsson <hp@axis.com>
+
+ * cris.h (enum cris_insn_version_usage): Correct comment for
+ cris_ver_v3p.
+
2001-03-24 Alan Modra <alan@linuxcare.com.au>
* i386.h (i386_optab): Correct entry for "movntdq". Add "punpcklqdq".
diff --git a/include/opcode/cris.h b/include/opcode/cris.h
index 927634050..1f10034c3 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). */