Commit a8597866 by Adam Nemet Committed by Adam Nemet

genpreds.c (write_insn_constraint_len): Change definition of insn_constraint_len…

genpreds.c (write_insn_constraint_len): Change definition of insn_constraint_len to return size_t to match the declaration.

	* genpreds.c (write_insn_constraint_len): Change definition of
	insn_constraint_len to return size_t to match the declaration.

From-SVN: r111940
parent 8e4edce7
2006-03-10 Adam Nemet <anemet@caviumnetworks.com>
* genpreds.c (write_insn_constraint_len): Change definition of
insn_constraint_len to return size_t to match the declaration.
2006-03-10 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.c (m32c_const_ok_for_constraint_p): Bit numbers
......
......@@ -904,7 +904,7 @@ write_insn_constraint_len (void)
if (constraint_max_namelen == 1)
return;
puts ("unsigned int\n"
puts ("size_t\n"
"insn_constraint_len (enum constraint_num c)\n"
"{\n"
" switch (c)\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment