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]

Re: [PATCH] libctf: eschew %zi format specifier


Hi Nick.

    Too many platforms don't support it, and we can always safely use %lu or
    %li anyway, because the only uses are in debugging output.
    
    libctf/
    	* ctf-archive.c (ctf_arc_write): Eschew %zi format specifier.
    	(ctf_arc_open_by_offset): Likewise.
    	* ctf-create.c (ctf_add_type): Likewise.

Pushed on your behalf.
Salud!


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