diff options
Diffstat (limited to 'bfd/cpu-or1k.c')
-rw-r--r-- | bfd/cpu-or1k.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/cpu-or1k.c b/bfd/cpu-or1k.c index 1801cb3..bec1d37 100644 --- a/bfd/cpu-or1k.c +++ b/bfd/cpu-or1k.c @@ -26,9 +26,9 @@ const bfd_arch_info_type bfd_or1knd_arch; const bfd_arch_info_type bfd_or1k_arch = { - 32, /* 32 bits in a word. */ - 32, /* 32 bits in an address. */ - 8, /* 8 bits in a byte. */ + 32, /* 32 bits in a word. */ + 32, /* 32 bits in an address. */ + 8, /* 8 bits in a byte. */ bfd_arch_or1k, bfd_mach_or1k, "or1k", @@ -43,9 +43,9 @@ const bfd_arch_info_type bfd_or1k_arch = const bfd_arch_info_type bfd_or1knd_arch = { - 32, /* 32 bits in a word. */ - 32, /* 32 bits in an address. */ - 8, /* 8 bits in a byte. */ + 32, /* 32 bits in a word. */ + 32, /* 32 bits in an address. */ + 8, /* 8 bits in a byte. */ bfd_arch_or1k, bfd_mach_or1knd, "or1knd", |