X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-l1om.c;h=f5a98f0ce3c34d893b1bc71fd17564f33303ca36;hb=558e50badbe8e1dd1d49222caf08cb8d61b184bc;hp=0fabd49f70d1915b319f3d966ca66d41b6132129;hpb=b7761f11062dc4d4fd554342ac2d2fb235b65b7a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-l1om.c b/bfd/cpu-l1om.c index 0fabd49f70..f5a98f0ce3 100644 --- a/bfd/cpu-l1om.c +++ b/bfd/cpu-l1om.c @@ -1,6 +1,5 @@ /* BFD support for the Intel L1OM architecture. - Copyright 2009 - Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -23,7 +22,8 @@ #include "bfd.h" #include "libbfd.h" -extern void * bfd_arch_i386_fill (bfd_size_type, bfd_boolean, bfd_boolean); +extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean, + bfd_boolean); static const bfd_arch_info_type bfd_l1om_arch_intel_syntax = { @@ -38,7 +38,7 @@ static const bfd_arch_info_type bfd_l1om_arch_intel_syntax = TRUE, bfd_default_compatible, bfd_default_scan, - bfd_arch_i386_fill, + bfd_arch_i386_short_nop_fill, 0 }; @@ -55,6 +55,6 @@ const bfd_arch_info_type bfd_l1om_arch = TRUE, bfd_default_compatible, bfd_default_scan, - bfd_arch_i386_fill, + bfd_arch_i386_short_nop_fill, &bfd_l1om_arch_intel_syntax };