/* BFD support for the Matsushita 10300 processor
- Copyright 1996, 1997 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
const bfd_arch_info_type bfd_am33_arch =
{
- 32, /* 16 bits in a word */
- 32, /* 16 bits in an address */
+ 32, /* 32 bits in a word */
+ 32, /* 32 bits in an address */
8, /* 8 bits in a byte */
bfd_arch_mn10300,
330,
const bfd_arch_info_type bfd_mn10300_arch =
{
- 32, /* 16 bits in a word */
- 32, /* 16 bits in an address */
+ 32, /* 32 bits in a word */
+ 32, /* 32 bits in an address */
8, /* 8 bits in a byte */
bfd_arch_mn10300,
300,