diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-22 22:33:40 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-22 22:33:40 +0000 |
commit | c0bfee3dcc7ec7d396d28a6468db5b7cd5b10d5b (patch) | |
tree | 077377083fa3ea0b256332b81e40ded2e952db6c /gcc/config/ia64/ia64.h | |
parent | 09f31110d20ad237a43f18cd6e8c658ac55f693d (diff) | |
download | gcc-c0bfee3dcc7ec7d396d28a6468db5b7cd5b10d5b.tar.gz |
* config/ia64/ia64-opts.h: New.
* config/ia64/ia64.c (ia64_tune): Remove.
(ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
here. Use error_at.
(ia64_option_override): Handle deferred OPT_mfixed_range_.
* config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
* config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
HeaderInclude entry.
(ia64_tune): New Variable entry.
(mfixed-range=): Use Defer and Var.
(mtune=): Use Enum and Var.
(ia64_tune): New Enum and EnumValue entries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171317 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r-- | gcc/config/ia64/ia64.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index 8e6d298aa02..ed618f29fc2 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -1,6 +1,6 @@ /* Definitions of target machine GNU compiler. IA-64 version. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by James E. Wilson <wilson@cygnus.com> and David Mosberger <davidm@hpl.hp.com>. @@ -102,19 +102,6 @@ enum ia64_inline_type #ifndef TARGET_CPU_DEFAULT #define TARGET_CPU_DEFAULT 0 #endif - -/* Which processor to schedule for. The cpu attribute defines a list - that mirrors this list, so changes to ia64.md must be made at the - same time. */ - -enum processor_type -{ - PROCESSOR_ITANIUM, /* Original Itanium. */ - PROCESSOR_ITANIUM2, - PROCESSOR_max -}; - -extern enum processor_type ia64_tune; /* Driver configuration */ |