]> gcc.gnu.org Git - gcc.git/commit
rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Use TARGET_POWERPC64 when testing LEGITIMATE_IND...
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Mon, 24 Aug 1998 12:32:03 +0000 (12:32 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 24 Aug 1998 12:32:03 +0000 (08:32 -0400)
commit1427100a4472e9cc5929d0fc55bcfbde81bf759c
tree82f6393dc1f7e2da8e565251be79b666c94255e2
parentb19abc2818fd0036e8c5b14f1c2e1d3531fc9572
rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Use TARGET_POWERPC64 when testing LEGITIMATE_INDEXED_ADDRESS_P DFmode and DImode.

        * rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Use TARGET_POWERPC64
        when testing LEGITIMATE_INDEXED_ADDRESS_P DFmode and DImode.
        (LEGITIMIZE_ADDRESS): Use TARGET_POWERPC64 for INDEXED fixup.
        * rs6000.c (print_operand, case 'L'): Add UNITS_PER_WORD, not 4.
        (print_operand, cases 'O' and 'T'): Fix typos in lossage strings.
        * rs6000.md (fix_truncdfsi2_store): Remove %w from non-CONST_INT
        operand.
        (movdf_softfloat32, movdf_hardfloat64, movdf_softfloat64): Change
        'o' to 'm' for GPR variant constraints.

From-SVN: r21947
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
This page took 0.063111 seconds and 5 git commands to generate.