aboutsummaryrefslogtreecommitdiff
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
commit9d551405defb4c10fe3006b9ef7a8d42a8fb4a95 (patch)
treee7e53bb63e3e1af62f40f0fc9573dabc7be63449 /include
parent6883dc5e5b15af0ed105ac26fdf695010872ecad (diff)
downloadfsf-binutils-gdb-9d551405defb4c10fe3006b9ef7a8d42a8fb4a95.zip
fsf-binutils-gdb-9d551405defb4c10fe3006b9ef7a8d42a8fb4a95.tar.gz
fsf-binutils-gdb-9d551405defb4c10fe3006b9ef7a8d42a8fb4a95.tar.bz2
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 b8642e5..a4ea015 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 ff89785..632545d 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. */