Ping.
https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00429.html

Thanks,
Kyrill

On 08/09/16 12:00, Kyrill Tkachov wrote:
Hi all,

This is a rebase and slight respin of [1] that I sent out last November to 
change all uses of
sprintf to snprintf in the arm backend.

Bootstrapped and tested on arm-none-linux-gnueabihf.
Ok for trunk?

Thanks,
Kyrill

[1] https://gcc.gnu.org/ml/gcc-patches/2015-11/msg00937.html

2016-09-08  Kyrylo Tkachov  <kyrylo.tkac...@arm.com>

    * config/arm/arm.c (arm_set_fixed_optab_libfunc): Use snprintf
    rather than sprintf.
    (arm_set_fixed_conv_libfunc): Likewise.
    (arm_option_override): Likewise.
    (neon_output_logic_immediate): Likewise.
    (neon_output_shift_immediate): Likewise.
    (arm_output_multireg_pop): Likewise.
    (vfp_output_vstmd): Likewise.
    (output_move_vfp): Likewise.
    (output_move_neon): Likewise.
    (output_return_instruction): Likewise.
    (arm_elf_asm_cdtor): Likewise.
    (arm_output_shift): Likewise.
    (arm_output_iwmmxt_shift_immediate): Likewise.
    (arm_output_iwmmxt_tinsr): Likewise.
    * config/arm/neon.md (*neon_mov<mode>, VDX): Likewise.
    (*neon_mov<mode>, VQXMOV): Likewise.
    (neon_vc<cmp_op><mode>_insn): Likewise.
    (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.

Reply via email to