2018-11-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
commitdb879ec7d1bbdd8ad703d6c63583a28d4989ec0a
authorjozefl <jozefl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2018 23:53:30 +0000 (16 23:53 +0000)
committerjozefl <jozefl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2018 23:53:30 +0000 (16 23:53 +0000)
tree26e6b0d4664cd6bc308e5010c9c81781e26aaebe
parent1d8e601cbfde1252265a3d27f4df5176969f4dd0
2018-11-16  Jozef Lawrynowicz  <jozef.l@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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266226 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/msp430/msp430.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/target.def
gcc/target.h
gcc/targhooks.c
gcc/varasm.c