Blame bfd/cpu-m10200.c

Packit 7cb7d8
/* BFD support for the Matsushita 10200 processor
Packit 7cb7d8
   Copyright (C) 1996-2018 Free Software Foundation, Inc.
Packit 7cb7d8
Packit 7cb7d8
   This file is part of BFD, the Binary File Descriptor library.
Packit 7cb7d8
Packit 7cb7d8
   This program is free software; you can redistribute it and/or modify
Packit 7cb7d8
   it under the terms of the GNU General Public License as published by
Packit 7cb7d8
   the Free Software Foundation; either version 3 of the License, or
Packit 7cb7d8
   (at your option) any later version.
Packit 7cb7d8
Packit 7cb7d8
   This program is distributed in the hope that it will be useful,
Packit 7cb7d8
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 7cb7d8
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 7cb7d8
   GNU General Public License for more details.
Packit 7cb7d8
Packit 7cb7d8
   You should have received a copy of the GNU General Public License
Packit 7cb7d8
   along with this program; if not, write to the Free Software
Packit 7cb7d8
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Packit 7cb7d8
   MA 02110-1301, USA.  */
Packit 7cb7d8
Packit 7cb7d8
#include "sysdep.h"
Packit 7cb7d8
#include "bfd.h"
Packit 7cb7d8
#include "libbfd.h"
Packit 7cb7d8
Packit 7cb7d8
const bfd_arch_info_type bfd_mn10200_arch =
Packit 7cb7d8
  {
Packit 7cb7d8
    16, /* 16 bits in a word */
Packit 7cb7d8
    24, /* 16 bits in an address */
Packit 7cb7d8
    8,  /* 8 bits in a byte */
Packit 7cb7d8
    bfd_arch_mn10200,
Packit 7cb7d8
    200,
Packit 7cb7d8
    "mn10200",
Packit 7cb7d8
    "mn10200",
Packit 7cb7d8
    2,
Packit 7cb7d8
    TRUE, /* the one and only */
Packit 7cb7d8
    bfd_default_compatible,
Packit 7cb7d8
    bfd_default_scan,
Packit 7cb7d8
    bfd_arch_default_fill,
Packit 7cb7d8
    0,
Packit 7cb7d8
  };