This is the mail archive of the binutils@sourceware.org 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]

[patch]: Fix build of binutils for all targets having uint32_t defined as unsigned long type


Hi,

this patch fixes an escaped patch to binutils/dwarf.c displaying some
information without taking care that print could raise warnings by
trying to use 'unsigned long' with signed/unsigned integer formatters.

ChangeLog

2010-12-14  Kai Tietz

        * dwarf.c (display_gdb_index): Fix printf types for
        used formatters.

Tested for cygwin (such a target). Ok for apply?

Kai
-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Attachment: b_fix.txt
Description: Text document


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