This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]: Change format string placeholder from 0x%x to %#x.


On 04/08/2010 11:33 PM, Uros Bizjak wrote:

A kind of cleanup task...

2010-04-08 Uros Bizjak <ubizjak@gmail.com>

    * df-core.c (df_ref_debug): Change format string placeholder
    from 0x%x to %#x.
    * dwarf2asm.c (dw2_asm_output_data_raw,
    dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
    dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
    * dwarf2out.c (output_cfi, output_cfi_directive,
    dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
    output_cfa_loc_raw, output_die, output_ranges, output_file_names):
    Ditto.
    * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
    * print-rtl.c (print_rtx): Ditto.

Tested on x86_64-pc-linux-gnu {,-m32}.

OK for mainline?

I have installed this patch as obvious trivial patch to mainline.


Uros.


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