This is the mail archive of the gcc-cvs@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]

r188896 - in /branches/ARM/aarch64-branch/gcc: ...


Author: belagod
Date: Fri Jun 22 17:32:35 2012
New Revision: 188896

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188896
Log:

        [AArch64] Replace sprintf with snprintf.

        * config/aarch64/aarch64.c
        (aarch64_elf_asm_constructor): Replace sprintf with snprintf.
        (aarch64_elf_asm_destructor): Likewise.
        (aarch64_output_casesi): Likewise.
        (aarch64_output_asm_insn): Likewise.
        * config/aarch64/aarch64-builtins.c (init_aarch64_simd_builtins):
        Likewise.
        * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>): Replace
        sprintf with snprintf, and fix code layout.

Modified:
    branches/ARM/aarch64-branch/gcc/ChangeLog.aarch64
    branches/ARM/aarch64-branch/gcc/config/aarch64/aarch64-builtins.c
    branches/ARM/aarch64-branch/gcc/config/aarch64/aarch64-simd.md
    branches/ARM/aarch64-branch/gcc/config/aarch64/aarch64.c


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