X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-crx.c;h=eb07c457ff9d01483602f3ff14cff7e6b1ee08f1;hb=refs%2Ftags%2Fusers%2FARM%2Fembedded-gdb-master-2018q4;hp=3f4beac9c95db48ba9b2ae76728e2f2d4fac04d0;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=external%2Fbinutils.git diff --git a/bfd/cpu-crx.c b/bfd/cpu-crx.c index 3f4beac..eb07c45 100644 --- a/bfd/cpu-crx.c +++ b/bfd/cpu-crx.c @@ -1,5 +1,5 @@ /* BFD support for the CRX processor. - Copyright (C) 2004-2017 Free Software Foundation, Inc. + Copyright (C) 2004-2018 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -30,10 +30,10 @@ const bfd_arch_info_type bfd_crx_arch = 8, /* 8 bits in a byte. */ bfd_arch_crx, /* enum bfd_architecture arch. */ bfd_mach_crx, - "crx", /* Arch name. */ - "crx", /* Printable name. */ - 1, /* Unsigned int section alignment power. */ - TRUE, /* The one and only. */ + "crx", /* Arch name. */ + "crx", /* Printable name. */ + 1, /* Unsigned int section alignment power. */ + TRUE, /* The one and only. */ bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill,