bfd/
[deliverable/binutils-gdb.git] / bfd / cpu-mmix.c
CommitLineData
3c3bdf30 1/* BFD library support routines for MMIX.
3db64b00 2 Copyright 2001, 2002, 2007 Free Software Foundation, Inc.
3c3bdf30
NC
3 Contributed by Hans-Peter Nilsson (hp@bitrange.com)
4
5This file is part of BFD, the Binary File Descriptor library.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
3e110533 19Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
3c3bdf30 20
3c3bdf30 21#include "sysdep.h"
3db64b00 22#include "bfd.h"
3c3bdf30
NC
23#include "libbfd.h"
24
25const bfd_arch_info_type
26bfd_mmix_arch =
27 {
28 64, /* 64 bits in a word. */
29 64, /* 64 bits in an address. */
30 8, /* 8 bits in a byte. */
31 bfd_arch_mmix, /* Architecture. */
32 0, /* Machine number - 0 for now. */
33 /* Sorry, these are by custom and creeping assumption lower-case. */
34 "mmix", /* Architecture name. */
35 "mmix", /* Printable name. */
36 3, /* Section align power. */
b34976b6 37 TRUE, /* This is the default architecture. */
3c3bdf30
NC
38 bfd_default_compatible, /* Architecture comparison function. */
39 bfd_default_scan, /* String to architecture conversion. */
40 NULL /* Next in list. */
41};
This page took 0.296608 seconds and 4 git commands to generate.