i370.c (mvs_add_label): Change spacing for coding conventions.
authorRichard Henderson <rth@gcc.gnu.org>
Mon, 17 Apr 2000 00:52:30 +0000 (17:52 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 17 Apr 2000 00:52:30 +0000 (17:52 -0700)
commite13f6154aff4ee020e9e14b12d6a11b5e7353746
treed3181b3fc2c2a72427c62c0cf2e6c8052d12b23f
parent954869eb3bd32ca1230512deab5a76c826324b73
i370.c (mvs_add_label): Change spacing for coding conventions.

        * 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.

From-SVN: r33191
gcc/config/i370/i370.c
gcc/config/i370/i370.h
gcc/config/i370/i370.md
gcc/config/i370/oe.h
gcc/config/i370/xm-oe.h