]> git.ipfire.org Git - thirdparty/gcc.git/commit
alpha.h (TARGET_CPU_EV5, [...]): Define.
authorJakub Jelinek <jakub@redhat.com>
Fri, 15 Sep 2000 18:10:11 +0000 (20:10 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 15 Sep 2000 18:10:11 +0000 (20:10 +0200)
commita3b815cb1bb29252693a3ac4cee54b8d82f7df10
tree6097819cd370473d7f5afcc711ca9b651b3b1725
parent9076b9c1ac147fc876dc34f0077065e374fdaa09
alpha.h (TARGET_CPU_EV5, [...]): Define.

* config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
(TARGET_OPTIONS): Add tune=.
(alpha_tune_string): Declare.
* config/alpha/alpha.c (override_options): Add cpu_table.
Use alpha_cpu_string first to set both alpha_cpu and target_flags
and then alpha_tune_string to set alpha_cpu only.
Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
* config/alpha/elf.h (ASM_FILE_START): Likewise.
* config/alpha/osf.h (ASM_FILE_START): Likewise.
* config/alpha/openbsd.h (ASM_FILE_START): Likewise.

From-SVN: r36443
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/elf.h
gcc/config/alpha/openbsd.h
gcc/config/alpha/osf.h