X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-spu.c;h=8f9e755be8071caef378bd1a8e796c16d3ccfac7;hb=refs%2Fheads%2Fsandbox%2Fvbarinov%2Ftizen_6_base;hp=64ba357f54158438bb03715050dec04be106df6c;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=external%2Fbinutils.git diff --git a/bfd/cpu-spu.c b/bfd/cpu-spu.c index 64ba357..8f9e755 100644 --- a/bfd/cpu-spu.c +++ b/bfd/cpu-spu.c @@ -1,4 +1,4 @@ -/* Copyright 2006, 2007 Free Software Foundation, Inc. +/* Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -46,9 +46,10 @@ const bfd_arch_info_type bfd_spu_arch[] = "spu", /* architecture name */ "spu:256K", /* printable name */ 3, /* aligned power */ - TRUE, /* the default machine for the architecture */ + TRUE, /* the default machine for the architecture */ spu_compatible, /* the spu is only compatible with itself, see above */ bfd_default_scan, + bfd_arch_default_fill, 0, /* next -- there are none! */ } };