This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [PUSHED] Fix go32-nat.c build fallout from to_detach constification.


On Wed, Jan 15, 2014 at 6:52 PM, Joel Brobecker <brobecker@adacore.com> wrote:
>> +      pretty bizarre.  We use pulongest here because that's the established
>> +      portability solution (e.g, we can use %u for uint32_t).  */
>                                        ^^^
>
> Thinko? I'd expect "cannot"...
>
>
>> +      error (_("Dwarf Error: DWP file CU version %s doesn't match"
>> +            " TU version %s [in DWP file %s]"),
>> +          pulongest (dwp_file->cus->version),
>> +          pulongest (dwp_file->tus->version), dwp_name);
>>      }
>>    dwp_file->version = dwp_file->cus->version;

Yikes.  Fixed.


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