OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [m68k/] [m68k-opts.h] - Blame information for rev 709

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
/* Definitions for option handling for Motorola 680x0/ColdFire.
2
   Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3
   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
4
   Free Software Foundation, Inc.
5
 
6
This file is part of GCC.
7
 
8
GCC is free software; you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation; either version 3, or (at your option)
11
any later version.
12
 
13
GCC is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
GNU General Public License for more details.
17
 
18
You should have received a copy of the GNU General Public License
19
along with GCC; see the file COPYING3.  If not see
20
<http://www.gnu.org/licenses/>.  */
21
 
22
#ifndef M68K_OPTS_H
23
#define M68K_OPTS_H
24
 
25
/* Values used in the MICROARCH argument to M68K_DEVICE.  */
26
enum uarch_type
27
{
28
#define M68K_MICROARCH(NAME,DEVICE,MICROARCH,ISA,FLAGS) \
29
  u##MICROARCH,
30
#include "m68k-microarchs.def"
31
#undef M68K_MICROARCH
32
  ucfv5,
33
  unk_arch
34
};
35
 
36
/* An enumeration of all supported target devices.  */
37
enum target_device
38
{
39
#define M68K_DEVICE(NAME,ENUM_VALUE,FAMILY,MULTILIB,MICROARCH,ISA,FLAGS) \
40
  ENUM_VALUE,
41
#include "m68k-devices.def"
42
#undef M68K_DEVICE
43
  unk_device
44
};
45
 
46
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.