summaryrefslogtreecommitdiff
path: root/bfd/cpu-or1k.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-or1k.c')
-rw-r--r--bfd/cpu-or1k.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/cpu-or1k.c b/bfd/cpu-or1k.c
index 1801cb360b7..bec1d378498 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",