* i370.c (mvs_add_label): Change spacing for coding conventions.
* i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the outputing case vectors. (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT. (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check, since vector in in the data CSECT. (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation. * i370.md (Many patterns): Put the length in the XL directives. (movdi): Put back STM and MVC in definition. (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370 pattern using the TCA. * oe.h (CPP_SPEC): Added to allow trigraphs. * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does not support the "long long" type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33191 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/config/i370/i370.c 1 addition, 1 deletiongcc/config/i370/i370.c
- gcc/config/i370/i370.h 14 additions, 12 deletionsgcc/config/i370/i370.h
- gcc/config/i370/i370.md 29 additions, 34 deletionsgcc/config/i370/i370.md
- gcc/config/i370/oe.h 4 additions, 0 deletionsgcc/config/i370/oe.h
- gcc/config/i370/xm-oe.h 1 addition, 1 deletiongcc/config/i370/xm-oe.h
Loading
Please register or sign in to comment