* rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC
commit0e2e2a2150ff1221d895fa7e3750e76b8fec36af
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 1999 20:10:06 +0000 (3 20:10 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 1999 20:10:06 +0000 (3 20:10 +0000)
tree5aa6b202bffd11f3f47a1b1ec2e9ab2d5c9b9c6d
parent28a6f0236d8fe5032b2d48775b3166124e14082d
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26762 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/aix43.h
gcc/config/rs6000/rs6000.h