X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-or1k.c;h=e6594865aec7222bb09feec52e535f1d92750089;hb=b16507e0917169555f8bbfcb1d6c9685813ccf6c;hp=b95b1d801c323cfcb1be49e7817fdc3de8d35882;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-or1k.c b/bfd/cpu-or1k.c index b95b1d801c..e6594865ae 100644 --- a/bfd/cpu-or1k.c +++ b/bfd/cpu-or1k.c @@ -1,5 +1,5 @@ /* BFD support for the OpenRISC 1000 architecture. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. Contributed for OR32 by Ivan Guzvinec This file is part of BFD, the Binary File Descriptor library. @@ -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",