https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87927

--- Comment #5 from jozefl at gcc dot gnu.org ---
Author: jozefl
Date: Fri Nov 16 23:53:30 2018
New Revision: 266226

URL: https://gcc.gnu.org/viewcvs?rev=266226&root=gcc&view=rev
Log:
2018-11-16  Jozef Lawrynowicz  <joze...@mittosystems.com>

        PR target/87927
        * target-def.h: Initialize TARGET_ASM_{,UN}ALIGNED_P{S,D,T}I_OP.
        Add them to the TARGET_ASM_{,UN}ALIGNED_INT_OP structs.
        * target.def: Enumerate TARGET_ASM_{,UN}ALIGNED_P{S,D,T}I_OP in
        the byte_op hook.
        * target.h: Add psi, pdi, pti to struct asm_int_op definition.
        * targhooks.c (default_print_patchable_function_entry): Assert
        asm_int_op does not return a NULL string.
        * varasm.c (integer_asm_op): Return the op for a partial int type
        when the requested size does not correspond to an integer type.
        * config/msp430/msp430.c: Initialize TARGET_ASM_{,UN}ALIGNED_PSI_OP.
        * doc/tm.texi: Regenerate.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/msp430/msp430.c
    trunk/gcc/doc/tm.texi
    trunk/gcc/target-def.h
    trunk/gcc/target.def
    trunk/gcc/target.h
    trunk/gcc/targhooks.c
    trunk/gcc/varasm.c

Reply via email to