From: Dave Brolley Date: Wed, 26 Jul 2000 22:44:42 +0000 (+0000) Subject: 2000-07-26 Dave Brolley X-Git-Tag: newlib-1_9_0~1360 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d551405defb4c10fe3006b9ef7a8d42a8fb4a95;p=external%2Fbinutils.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 b8642e5..a4ea015 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 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. */