aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC and AIX64 combination to...
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 3 May 1999 20:10:06 +0000 (20:10 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 3 May 1999 20:10:06 +0000 (16:10 -0400)
commitbf0340541587406a003d0afc213a5def81f7d377
tree5aa6b202bffd11f3f47a1b1ec2e9ab2d5c9b9c6d
parent51d2ffa1a2447bfa78a7fa4c01c72c08dc761783
aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC and AIX64 combination to warning.

        * rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC
        and AIX64 combination to warning.  Add warning for disabling
        PowerPC64 support when using 64-bit mode.
        (LIB_SPEC): Do not link with libg.a in 64-bit mode.
        (LINK_SPEC): Do not export libg.exp symbols in 64-bit mode.
        * rs6000/rs6000.h (MY_ISCOFF): Treat import/export files as valid
        XCOFF files.
        (read_only_data_section, private_data_section,
        read_only_private_data_section): Always align CSECTs to doubleword
        boundary regardless of mode.
        (TEXT_SECTION_ASM_OP): Align text CSECT on doubleword boundary in
        64-bit mode.
        (DATA_SECTION_ASM_OP): Always align CSECT to doubleword boundary.
        (ASM_OUTPUT_LOCAL): Use rounded size in 64-bit mode to
        maintain doublword alignment.

From-SVN: r26762
gcc/ChangeLog
gcc/config/rs6000/aix43.h
gcc/config/rs6000/rs6000.h