X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fcpu-sparc.c;h=0d25012d62da1e12ab7b33fd770b610ac11cdcc1;hb=71de341392d18d7951b5a00fe68b6309e2dfbb47;hp=a4144f862b981bf8e251e560e46e57cc3a7e6e1a;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-sparc.c b/bfd/cpu-sparc.c index a4144f862b..0d25012d62 100644 --- a/bfd/cpu-sparc.c +++ b/bfd/cpu-sparc.c @@ -1,6 +1,5 @@ /* BFD support for the SPARC architecture. - Copyright 1992, 1995, 1996, 1998, 2000, 2002, 2007 - Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -37,6 +36,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[1], }, { @@ -51,6 +51,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[2], }, { @@ -65,6 +66,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[3], }, { @@ -79,6 +81,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[4], }, { @@ -93,6 +96,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[5], }, { @@ -107,6 +111,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[6], }, { @@ -121,6 +126,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[7], }, { @@ -135,6 +141,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[8], }, { @@ -149,6 +156,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, 0, } }; @@ -166,5 +174,6 @@ const bfd_arch_info_type bfd_sparc_arch = TRUE, /* the default */ bfd_default_compatible, bfd_default_scan, + bfd_arch_default_fill, &arch_info_struct[0], };