This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Avoid signed/unsigned warnings in tc-arm.c


Khem Raj wrote:

> OK. Here is revised patch based on Zack's comments. How about this one?

I can't approve this, but it looks good to me.  Just a few notes on ChangeLog
writing:

1) Don't send a ChangeLog as a diff.  By the time the patch is applied, it
won't apply cleanly.

2) Say what happened, not why.  In this case, a correct change log would read

	* tc-arm.c (struct arm_it): Make operands.reg and operands.imm signed.
	(parse_operands): Make second argument an unsigned const char *.
	(do_shift): Make Rm signed.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]