OSDN Git Service

* alpha.h (MASK_FIX, TARGET_FIX): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 1999 16:44:21 +0000 (16:44 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 1999 16:44:21 +0000 (16:44 +0000)
commitcbd8ec27b49e186a9c24c1f578817e721297a754
tree3c17881dd5352a637ba224dafbefa501259d400e
parent1d415fd1548cb87683b55fefe524beaf7eae586a
    * alpha.h (MASK_FIX, TARGET_FIX): New.
        (MASK_*): Reorganize constants.
        (CPP_AM_FIX_SPEC): New.
        (TARGET_SWITCHES): Add FIX.
        (EXTRA_SPECS): Likewise.
        (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
        (SECONDARY_MEMORY_NEEDED): Likewise.
        (REGISTER_MOVE_COST): Likewise.
        * alpha.c (override_options): Add FIX support.  Always use
        ALPHA_TP_PROG for ev6.
        * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
        * alpha/elf.h (ASM_FILE_START): Look at FIX too.
        * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27183 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md
gcc/config/alpha/elf.h
gcc/configure
gcc/configure.in