From: Dave Brolley Date: Wed, 26 Jul 2000 22:44:42 +0000 (+0000) Subject: 2000-07-26 Dave Brolley X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d551405defb4c10fe3006b9ef7a8d42a8fb4a95;p=binutils-gdb.git 2000-07-26 Dave Brolley * cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned. --- 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 + + * cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned. + 2000-07-20 Hans-Peter Nilsson 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. */