X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-mcore.c;h=727383187ef0a924fbedf4d8b427f1c0f13de3fa;hb=refs%2Ftags%2Fusers%2FARM%2Fembedded-gdb-master-2018q4;hp=fc41259c21df0fdfd87d7eddcd16cbc17227a10b;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=external%2Fbinutils.git diff --git a/bfd/cpu-mcore.c b/bfd/cpu-mcore.c index fc41259..7273831 100644 --- a/bfd/cpu-mcore.c +++ b/bfd/cpu-mcore.c @@ -1,5 +1,5 @@ /* BFD library support routines for Motorola's MCore architecture - Copyright 1993, 1999, 2000, 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 1993-2018 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -24,16 +24,17 @@ const bfd_arch_info_type bfd_mcore_arch = { - 32, /* 32 bits in a word */ - 32, /* 32 bits in an address */ - 8, /* 8 bits in a byte */ - bfd_arch_mcore, /* Architecture */ - 0, /* Machine number - 0 for now */ - "MCore", /* Architecture name */ - "MCore", /* Printable name */ - 3, /* Section align power */ - TRUE, /* Is this the default architecture ? */ + 32, /* 32 bits in a word */ + 32, /* 32 bits in an address */ + 8, /* 8 bits in a byte */ + bfd_arch_mcore, /* Architecture */ + 0, /* Machine number - 0 for now */ + "MCore", /* Architecture name */ + "MCore", /* Printable name */ + 3, /* Section align power */ + TRUE, /* Is this the default architecture ? */ bfd_default_compatible, /* Architecture comparison function */ - bfd_default_scan, /* String to architecture conversion */ - NULL /* Next in list */ + bfd_default_scan, /* String to architecture conversion */ + bfd_arch_default_fill, /* Default fill. */ + NULL /* Next in list */ };