From: Trevor Saunders Date: Fri, 13 May 2016 08:05:59 +0000 (-0400) Subject: change some variable's type to op_err X-Git-Url: http://drtracing.org/?a=commitdiff_plain;ds=sidebyside;h=6610dc6daa661b7cd042bc6313a29859b87263d9;hp=6610dc6daa661b7cd042bc6313a29859b87263d9;p=deliverable%2Fbinutils-gdb.git change some variable's type to op_err They only hold values from the op_err enum, so it should be clearer to give them the enum type. gas/ChangeLog: 2016-05-24 Trevor Saunders * config/tc-cr16.c (check_range): Make type of retval op_err. * config/tc-crx.c: Likewise. ---