summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2000-07-26 22:44:42 +0000
committerDave Brolley <brolley@redhat.com>2000-07-26 22:44:42 +0000
commit9c21795642ca8cd9bd542a1c4b17e58c191e90aa (patch)
treeff05ea3de677c552428c6d81216793a0a03989d4 /include
parent50eec43da2f14e15c7de2c719a8670abf875b130 (diff)
downloadgdb-9c21795642ca8cd9bd542a1c4b17e58c191e90aa.tar.gz
2000-07-26 Dave Brolley <brolley@redhat.com>
* cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
Diffstat (limited to 'include')
-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 b8642e51506..a4ea015968d 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 ff897856c23..632545d2714 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. */