Re: windmc Typedef Bug

2020-06-03 Thread Joel Anderson
Ah, my apologies, I will be sure to do that in the future. Thanks very much for applying the patch! Joel On Wed, Jun 3, 2020 at 11:47 AM Nick Clifton wrote: > Hi Joel, > > > I did not see anything in the current bug list for windmc that covers > this, but fortunately the solution seems straight

Re: windmc Typedef Bug

2020-06-03 Thread Nick Clifton
Hi Joel, > I did not see anything in the current bug list for windmc that covers this, > but fortunately the solution seems straightforward. I have attached a patch > with a minimal fix. The changes make the typecasting logic match mc.exe. I > will be happy to make any other requested adjustmen

windmc Typedef Bug

2020-05-30 Thread Joel Anderson
Hello binutils team, I've run across a difference between mc.exe and windmc output which seems unintentional and results in compilation warnings. Essentially in the generated header file windmc will use the last type (defined via `MessageIdTypedef`) for all ids, whereas mc.exe will use the type de