xref: /openbsd/gnu/usr.bin/binutils/bfd/cpu-d30v.c (revision d2201f2f)
1f7cc78ecSespie /* BFD support for the Mitsubishi D30V processor
2*d2201f2fSdrahn    Copyright 1997, 2002 Free Software Foundation, Inc.
3f7cc78ecSespie    Contributed by Martin Hunt (hunt@cygnus.com).
4f7cc78ecSespie 
5f7cc78ecSespie This file is part of BFD, the Binary File Descriptor library.
6f7cc78ecSespie 
7f7cc78ecSespie This program is free software; you can redistribute it and/or modify
8f7cc78ecSespie it under the terms of the GNU General Public License as published by
9f7cc78ecSespie the Free Software Foundation; either version 2 of the License, or
10f7cc78ecSespie (at your option) any later version.
11f7cc78ecSespie 
12f7cc78ecSespie This program is distributed in the hope that it will be useful,
13f7cc78ecSespie but WITHOUT ANY WARRANTY; without even the implied warranty of
14f7cc78ecSespie MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15f7cc78ecSespie GNU General Public License for more details.
16f7cc78ecSespie 
17f7cc78ecSespie You should have received a copy of the GNU General Public License
18f7cc78ecSespie along with this program; if not, write to the Free Software
19f7cc78ecSespie Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
20f7cc78ecSespie 
21f7cc78ecSespie #include "bfd.h"
22f7cc78ecSespie #include "sysdep.h"
23f7cc78ecSespie #include "libbfd.h"
24f7cc78ecSespie 
25f7cc78ecSespie const bfd_arch_info_type bfd_d30v_arch =
26f7cc78ecSespie {
27f7cc78ecSespie     32,	/* bits in a word */
28f7cc78ecSespie     32,	/* bits in an address */
29f7cc78ecSespie     8,	/* bits in a byte */
30f7cc78ecSespie     bfd_arch_d30v,
31f7cc78ecSespie     0,
32f7cc78ecSespie     "d30v",
33f7cc78ecSespie     "d30v",
34f7cc78ecSespie     4, /* section alignment power */
35*d2201f2fSdrahn     TRUE,
36f7cc78ecSespie     bfd_default_compatible,
37f7cc78ecSespie     bfd_default_scan,
38f7cc78ecSespie     0,
39f7cc78ecSespie };
40