X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-l1om.c;h=f5a98f0ce3c34d893b1bc71fd17564f33303ca36;hb=de5b02b698cb34f1a7f7f0be87d140f88297da0e;hp=e1db7094c0c7e705b9242a96e94c3566b21e4a4c;hpb=8a9036a406bc608a880e90462ac24b5fbfa4a30f;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-l1om.c b/bfd/cpu-l1om.c index e1db7094c0..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,6 +22,9 @@ #include "bfd.h" #include "libbfd.h" +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 = { 64, /* 64 bits in a word */ @@ -36,13 +38,14 @@ static const bfd_arch_info_type bfd_l1om_arch_intel_syntax = TRUE, bfd_default_compatible, bfd_default_scan, + bfd_arch_i386_short_nop_fill, 0 }; const bfd_arch_info_type bfd_l1om_arch = { - 64, /* 32 bits in a word */ - 64, /* 32 bits in an address */ + 64, /* 64 bits in a word */ + 64, /* 64 bits in an address */ 8, /* 8 bits in a byte */ bfd_arch_l1om, bfd_mach_l1om, @@ -52,5 +55,6 @@ const bfd_arch_info_type bfd_l1om_arch = TRUE, bfd_default_compatible, bfd_default_scan, + bfd_arch_i386_short_nop_fill, &bfd_l1om_arch_intel_syntax };