bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: windmc Typedef Bug


From: Nick Clifton
Subject: Re: windmc Typedef Bug
Date: Wed, 3 Jun 2020 16:47:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

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 adjustments as well.

Thanks very much for reporting this bug - and supplying a patch to fix it. :-)

I have gone ahead and applied the patch along with the changelog entry below.

In the future, if you do run across further bugs with the binutils, would you
mind reporting them using the binutils bugzilla system[1] ?  It just makes them
easier to track and ensure that they get fixed.

Cheers
  Nick

[1] https://sourceware.org/bugzilla/enter_bug.cgi?product=binutils

binutils/ChangeLog
2020-06-03  Joel Anderson  <joelanderson333@gmail.com>

        * windmc.h (struct mc_node): Add id_typecast field.
        * mcparse.y (message): Initialise the id_typecast field.
        * windmc.c (write_dbg): Use the id_typecast field as a parameter
        when calling write_dbg_define.
        (write_header): Likewise.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]