]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.c
rs6000.h (enum processor_type): Add support for 7400 (G4) and 7450.
authorDale Johannesen <dalej@apple.com>
Tue, 2 Oct 2001 03:36:45 +0000 (03:36 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Tue, 2 Oct 2001 03:36:45 +0000 (03:36 +0000)
commited947a968eb7b1de0557448c7128d25a2b9bf40c
tree1efdc7baede335a3a9ec05e1e13604f8ae8ab769
parentd93f142f8a395f73c73b1b74b9fcf9c373519c06
rs6000.h (enum processor_type): Add support for 7400 (G4) and 7450.

2001-10-01  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.h (enum processor_type): Add support
        for 7400 (G4) and 7450.
        (RTX_COSTS): Ditto.
        * config/rs6000/rs6000.c (rs6000_override_options): Ditto.
        (rs6000_issue_rate): Ditto.
        (rs6000_adjust_cost): Fix cycle counts for compares.
        (debug_stack_info):  Fix an obvious typo.
        * config/rs6000/rs6000.md: Add functional units for 7400 and 7450.
        * doc/invoke.texi: Document.
        * config/rs6000/darwin.h (TARGET_DEFAULT): Set to be reasonable
        for Darwin.
        (PROCESSOR_DEFAULT): Ditto.

From-SVN: r45937
gcc/ChangeLog
gcc/config/rs6000/darwin.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/doc/invoke.texi