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:
authorDave Brolley <brolley@redhat.com>2000-07-27 02:44:42 +0400
committerDave Brolley <brolley@redhat.com>2000-07-27 02:44:42 +0400
commitb58a44346496296edf7a29529c82c3d0d1e6333c (patch)
treeeb31305c0a1b6f38ae37eb05e70b45aafa44ed4d
parente06f58136b3588b371019f916dc4e1911e27ab6a (diff)
2000-07-26 Dave Brolley <brolley@redhat.com>
* cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/cgen.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index b8642e515..a4ea01596 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-26 Dave Brolley <brolley@redhat.com>
+
+ * cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
+
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
cris.h: New file.
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h
index ff897856c..632545d27 100644
--- a/include/opcode/cgen.h
+++ b/include/opcode/cgen.h
@@ -452,7 +452,7 @@ typedef struct {
extern const CGEN_HW_ENTRY * cgen_hw_lookup_by_name
PARAMS ((CGEN_CPU_DESC, const char *));
extern const CGEN_HW_ENTRY * cgen_hw_lookup_by_num
- PARAMS ((CGEN_CPU_DESC, int));
+ PARAMS ((CGEN_CPU_DESC, unsigned int));
/* This struct is used to describe things like register names, etc. */