X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-frv.c;h=e4a15345f1b87edf92defffbdff2515ba2abddb9;hb=eb86c5e2e824787875187901b12fba52ef873278;hp=f3d59456b584476d3e7bce5f145620bd3a3c27db;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-frv.c b/bfd/cpu-frv.c index f3d59456b5..e4a15345f1 100644 --- a/bfd/cpu-frv.c +++ b/bfd/cpu-frv.c @@ -1,5 +1,5 @@ /* BFD support for the FRV processor. - Copyright (C) 2002-2017 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -24,9 +24,9 @@ #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \ { \ - 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_frv, /* architecture */ \ MACHINE, /* which machine */ \ "frv", /* architecture name */ \