Support arch-dependent fill
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Jan 2012 17:54:39 +0000 (17:54 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Jan 2012 17:54:39 +0000 (17:54 +0000)
bfd/

2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13616
* archures.c (bfd_arch_info): Add fill.
(bfd_default_arch_struct): Add bfd_arch_default_fill.
(bfd_arch_default_fill): New.

* configure.in: Set bfd version to 2.22.52.
* configure: Regenerated.

* cpu-alpha.c: Add bfd_arch_default_fill to bfd_arch_info
initializer.
* cpu-arc.c: Likewise.
* cpu-arm.c: Likewise.
* cpu-avr.c: Likewise.
* cpu-bfin.c: Likewise.
* cpu-cr16.c: Likewise.
* cpu-cr16c.c: Likewise.
* cpu-cris.c: Likewise.
* cpu-crx.c: Likewise.
* cpu-d10v.c: Likewise.
* cpu-d30v.c: Likewise.
* cpu-dlx.c: Likewise.
* cpu-epiphany.c: Likewise.
* cpu-fr30.c: Likewise.
* cpu-frv.c: Likewise.
* cpu-h8300.c: Likewise.
* cpu-h8500.c: Likewise.
* cpu-hppa.c: Likewise.
* cpu-i370.c: Likewise.
* cpu-i860.c: Likewise.
* cpu-i960.c: Likewise.
* cpu-ia64.c: Likewise.
* cpu-ip2k.c: Likewise.
* cpu-iq2000.c: Likewise.
* cpu-lm32.c: Likewise.
* cpu-m10200.c: Likewise.
* cpu-m10300.c: Likewise.
* cpu-m32c.c: Likewise.
* cpu-m32r.c: Likewise.
* cpu-m68hc11.c: Likewise.
* cpu-m68hc12.c: Likewise.
* cpu-m68k.c: Likewise.
* cpu-m88k.c: Likewise.
* cpu-mcore.c: Likewise.
* cpu-mep.c: Likewise.
* cpu-microblaze.c: Likewise.
* cpu-mips.c: Likewise.
* cpu-mmix.c: Likewise.
* cpu-moxie.c: Likewise.
* cpu-msp430.c: Likewise.
* cpu-mt.c: Likewise.
* cpu-ns32k.c: Likewise.
* cpu-openrisc.c: Likewise.
* cpu-or32.c: Likewise.
* cpu-pdp11.c: Likewise.
* cpu-pj.c: Likewise.
* cpu-plugin.c: Likewise.
* cpu-powerpc.c: Likewise.
* cpu-rl78.c: Likewise.
* cpu-rs6000.c: Likewise.
* cpu-rx.c: Likewise.
* cpu-s390.c: Likewise.
* cpu-score.c: Likewise.
* cpu-sh.c: Likewise.
* cpu-sparc.c: Likewise.
* cpu-spu.c: Likewise.
* cpu-tic30.c: Likewise.
* cpu-tic4x.c: Likewise.
* cpu-tic54x.c: Likewise.
* cpu-tic6x.c: Likewise.
* cpu-tic80.c: Likewise.
* cpu-tilegx.c: Likewise.
* cpu-tilepro.c: Likewise.
* cpu-v850.c: Likewise.
* cpu-vax.c: Likewise.
* cpu-w65.c: Likewise.
* cpu-we32k.c: Likewise.
* cpu-xc16x.c: Likewise.
* cpu-xstormy16.c: Likewise.
* cpu-xtensa.c: Likewise.
* cpu-z80.c: Likewise.
* cpu-z8k.c: Likewise.

* cpu-i386.c: Include "libiberty.h".
(bfd_arch_i386_fill): New.
Add bfd_arch_i386_fill to  bfd_arch_info initializer.

* cpu-k1om.c: Add bfd_arch_i386_fill to  bfd_arch_info initializer.
* cpu-l1om.c: Likewise.

* linker.c (default_data_link_order): Call abfd->arch_info->fill
if fill size is 0.

* bfd-in2.h: Regenerated.

include/

2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13616
* bfdlink.h (bfd_link_order): Update comments on data size.

ld/

2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13616
* emulparams/elf32_x86_64.sh: Remove NOP.
* emulparams/elf_i386.sh: Likewise.
* emulparams/elf_i386_be.sh: Likewise.
* emulparams/elf_i386_ldso.sh: Likewise.
* emulparams/elf_i386_vxworks.sh: Likewise.
* emulparams/elf_k1om.sh: Likewise.
* emulparams/elf_l1om.sh: Likewise.
* emulparams/elf_x86_64.sh: Likewise.

* ldlang.c (zero_fill): Initialized to 0.

* ldwrite.c (build_link_order): Set data size to linker odrder
size when they are the same.

* scripttempl/elf.sc: Don't specify fill if NOP is undefined.

ld/testsuite/

2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13616
* ld-i386/tlsbindesc.dd: Update no-op padding.
* ld-i386/tlsnopic.dd: Likewise.
* ld-i386/tlspic.dd: Likewise.
* ld-x86-64/tlsbin.dd: Likewise.
* ld-x86-64/tlsbindesc.dd: Likewise.
* ld-x86-64/tlspic.dd: Likewise.

103 files changed:
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/configure
bfd/configure.in
bfd/cpu-alpha.c
bfd/cpu-arc.c
bfd/cpu-arm.c
bfd/cpu-avr.c
bfd/cpu-bfin.c
bfd/cpu-cr16.c
bfd/cpu-cr16c.c
bfd/cpu-cris.c
bfd/cpu-crx.c
bfd/cpu-d10v.c
bfd/cpu-d30v.c
bfd/cpu-dlx.c
bfd/cpu-epiphany.c
bfd/cpu-fr30.c
bfd/cpu-frv.c
bfd/cpu-h8300.c
bfd/cpu-h8500.c
bfd/cpu-hppa.c
bfd/cpu-i370.c
bfd/cpu-i386.c
bfd/cpu-i860.c
bfd/cpu-i960.c
bfd/cpu-ia64.c
bfd/cpu-ip2k.c
bfd/cpu-iq2000.c
bfd/cpu-k1om.c
bfd/cpu-l1om.c
bfd/cpu-lm32.c
bfd/cpu-m10200.c
bfd/cpu-m10300.c
bfd/cpu-m32c.c
bfd/cpu-m32r.c
bfd/cpu-m68hc11.c
bfd/cpu-m68hc12.c
bfd/cpu-m68k.c
bfd/cpu-m88k.c
bfd/cpu-mcore.c
bfd/cpu-mep.c
bfd/cpu-microblaze.c
bfd/cpu-mips.c
bfd/cpu-mmix.c
bfd/cpu-moxie.c
bfd/cpu-msp430.c
bfd/cpu-mt.c
bfd/cpu-ns32k.c
bfd/cpu-openrisc.c
bfd/cpu-or32.c
bfd/cpu-pdp11.c
bfd/cpu-pj.c
bfd/cpu-plugin.c
bfd/cpu-powerpc.c
bfd/cpu-rl78.c
bfd/cpu-rs6000.c
bfd/cpu-rx.c
bfd/cpu-s390.c
bfd/cpu-score.c
bfd/cpu-sh.c
bfd/cpu-sparc.c
bfd/cpu-spu.c
bfd/cpu-tic30.c
bfd/cpu-tic4x.c
bfd/cpu-tic54x.c
bfd/cpu-tic6x.c
bfd/cpu-tic80.c
bfd/cpu-tilegx.c
bfd/cpu-tilepro.c
bfd/cpu-v850.c
bfd/cpu-vax.c
bfd/cpu-w65.c
bfd/cpu-we32k.c
bfd/cpu-xc16x.c
bfd/cpu-xstormy16.c
bfd/cpu-xtensa.c
bfd/cpu-z80.c
bfd/cpu-z8k.c
bfd/libbfd.h
bfd/linker.c
include/ChangeLog
include/bfdlink.h
ld/ChangeLog
ld/emulparams/elf32_x86_64.sh
ld/emulparams/elf_i386.sh
ld/emulparams/elf_i386_be.sh
ld/emulparams/elf_i386_ldso.sh
ld/emulparams/elf_i386_vxworks.sh
ld/emulparams/elf_k1om.sh
ld/emulparams/elf_l1om.sh
ld/emulparams/elf_x86_64.sh
ld/ldlang.c
ld/ldwrite.c
ld/scripttempl/elf.sc
ld/testsuite/ChangeLog
ld/testsuite/ld-i386/tlsbindesc.dd
ld/testsuite/ld-i386/tlsnopic.dd
ld/testsuite/ld-i386/tlspic.dd
ld/testsuite/ld-x86-64/tlsbin.dd
ld/testsuite/ld-x86-64/tlsbindesc.dd
ld/testsuite/ld-x86-64/tlspic.dd

index 6fc34661c4556a30cc4b0e36db476265ae11b722..2b0dceec86fc772bd51d8b3dfd86826ee6025d1e 100644 (file)
@@ -1,3 +1,99 @@
+2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13616
+       * archures.c (bfd_arch_info): Add fill.
+       (bfd_default_arch_struct): Add bfd_arch_default_fill.
+       (bfd_arch_default_fill): New.
+
+       * configure.in: Set bfd version to 2.22.52.
+       * configure: Regenerated.
+
+       * cpu-alpha.c: Add bfd_arch_default_fill to bfd_arch_info
+       initializer.
+       * cpu-arc.c: Likewise.
+       * cpu-arm.c: Likewise.
+       * cpu-avr.c: Likewise.
+       * cpu-bfin.c: Likewise.
+       * cpu-cr16.c: Likewise.
+       * cpu-cr16c.c: Likewise.
+       * cpu-cris.c: Likewise.
+       * cpu-crx.c: Likewise.
+       * cpu-d10v.c: Likewise.
+       * cpu-d30v.c: Likewise.
+       * cpu-dlx.c: Likewise.
+       * cpu-epiphany.c: Likewise.
+       * cpu-fr30.c: Likewise.
+       * cpu-frv.c: Likewise.
+       * cpu-h8300.c: Likewise.
+       * cpu-h8500.c: Likewise.
+       * cpu-hppa.c: Likewise.
+       * cpu-i370.c: Likewise.
+       * cpu-i860.c: Likewise.
+       * cpu-i960.c: Likewise.
+       * cpu-ia64.c: Likewise.
+       * cpu-ip2k.c: Likewise.
+       * cpu-iq2000.c: Likewise.
+       * cpu-lm32.c: Likewise.
+       * cpu-m10200.c: Likewise.
+       * cpu-m10300.c: Likewise.
+       * cpu-m32c.c: Likewise.
+       * cpu-m32r.c: Likewise.
+       * cpu-m68hc11.c: Likewise.
+       * cpu-m68hc12.c: Likewise.
+       * cpu-m68k.c: Likewise.
+       * cpu-m88k.c: Likewise.
+       * cpu-mcore.c: Likewise.
+       * cpu-mep.c: Likewise.
+       * cpu-microblaze.c: Likewise.
+       * cpu-mips.c: Likewise.
+       * cpu-mmix.c: Likewise.
+       * cpu-moxie.c: Likewise.
+       * cpu-msp430.c: Likewise.
+       * cpu-mt.c: Likewise.
+       * cpu-ns32k.c: Likewise.
+       * cpu-openrisc.c: Likewise.
+       * cpu-or32.c: Likewise.
+       * cpu-pdp11.c: Likewise.
+       * cpu-pj.c: Likewise.
+       * cpu-plugin.c: Likewise.
+       * cpu-powerpc.c: Likewise.
+       * cpu-rl78.c: Likewise.
+       * cpu-rs6000.c: Likewise.
+       * cpu-rx.c: Likewise.
+       * cpu-s390.c: Likewise.
+       * cpu-score.c: Likewise.
+       * cpu-sh.c: Likewise.
+       * cpu-sparc.c: Likewise.
+       * cpu-spu.c: Likewise.
+       * cpu-tic30.c: Likewise.
+       * cpu-tic4x.c: Likewise.
+       * cpu-tic54x.c: Likewise.
+       * cpu-tic6x.c: Likewise.
+       * cpu-tic80.c: Likewise.
+       * cpu-tilegx.c: Likewise.
+       * cpu-tilepro.c: Likewise.
+       * cpu-v850.c: Likewise.
+       * cpu-vax.c: Likewise.
+       * cpu-w65.c: Likewise.
+       * cpu-we32k.c: Likewise.
+       * cpu-xc16x.c: Likewise.
+       * cpu-xstormy16.c: Likewise.
+       * cpu-xtensa.c: Likewise.
+       * cpu-z80.c: Likewise.
+       * cpu-z8k.c: Likewise.
+
+       * cpu-i386.c: Include "libiberty.h".
+       (bfd_arch_i386_fill): New. 
+       Add bfd_arch_i386_fill to  bfd_arch_info initializer.
+
+       * cpu-k1om.c: Add bfd_arch_i386_fill to  bfd_arch_info initializer.
+       * cpu-l1om.c: Likewise.
+
+       * linker.c (default_data_link_order): Call abfd->arch_info->fill 
+       if fill size is 0.
+
+       * bfd-in2.h: Regenerated.
+
 2012-01-27  Michael Eager  <eager@eagercon.com>
 
        * bfd/elf32-microblaze.c (create_got_section):
index f6095349004c499b9c61f28f94e7c35594634b6d..c833cbfec66572c9d838484fbab613a4c394163b 100644 (file)
@@ -485,6 +485,12 @@ DESCRIPTION
 .
 .  bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
 .
+.  {* Allocate via bfd_malloc and return a fill buffer of size COUNT.  If
+.     IS_BIGENDIAN is TRUE, the order of bytes is big endian.  If CODE is
+.     TRUE, the buffer contains code.  *}
+.  void *(*fill) (bfd_size_type count, bfd_boolean is_bigendian,
+.                bfd_boolean code);
+.
 .  const struct bfd_arch_info *next;
 .}
 .bfd_arch_info_type;
@@ -814,6 +820,7 @@ const bfd_arch_info_type bfd_default_arch_struct = {
   32, 32, 8, bfd_arch_unknown, 0, "unknown", "unknown", 2, TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0,
 };
 
@@ -1309,3 +1316,29 @@ bfd_arch_mach_octets_per_byte (enum bfd_architecture arch,
     return ap->bits_per_byte / 8;
   return 1;
 }
+
+/*
+INTERNAL_FUNCTION
+       bfd_arch_default_fill
+
+SYNOPSIS
+       void *bfd_arch_default_fill (bfd_size_type count,
+                                    bfd_boolean is_bigendian,
+                                    bfd_boolean code);
+
+DESCRIPTION
+       Allocate via bfd_malloc and return a fill buffer of size COUNT.
+       If IS_BIGENDIAN is TRUE, the order of bytes is big endian.  If
+       CODE is TRUE, the buffer contains code.
+*/
+
+void *
+bfd_arch_default_fill (bfd_size_type count,
+                      bfd_boolean is_bigendian ATTRIBUTE_UNUSED,
+                      bfd_boolean code ATTRIBUTE_UNUSED)
+{
+  void *fill = bfd_malloc (count);
+  if (fill != NULL)
+    memset (fill, 0, count);
+  return fill;
+}
index 152366040bea6043852eeed62b00c8e858436ebd..5072e43784e1f3190fad38fa2ef58f1c1d961d76 100644 (file)
@@ -2161,7 +2161,6 @@ enum bfd_architecture
 #define bfd_mach_tilegx    1
   bfd_arch_last
   };
-
 typedef struct bfd_arch_info
 {
   int bits_per_word;
@@ -2181,6 +2180,12 @@ typedef struct bfd_arch_info
 
   bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
 
+  /* Allocate via bfd_malloc and return a fill buffer of size COUNT.  If
+     IS_BIGENDIAN is TRUE, the order of bytes is big endian.  If CODE is
+     TRUE, the buffer contains code.  */
+  void *(*fill) (bfd_size_type count, bfd_boolean is_bigendian,
+                 bfd_boolean code);
+
   const struct bfd_arch_info *next;
 }
 bfd_arch_info_type;
index c679417c8afed365febf7ea8eca8dca6deb4ee07..a2cd6756e74535271a8b581ed5d20340e5903c37 100755 (executable)
@@ -3988,7 +3988,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.22.51
+ VERSION=2.22.52
 
 
 cat >>confdefs.h <<_ACEOF
index 83376e562d40a78f3c699059a7ab9661dcfbf9ef..fc94c34ae287f925896ab85ed4e35b910c1afd1d 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.22.51)
+AM_INIT_AUTOMAKE(bfd, 2.22.52)
 
 dnl These must be called before LT_INIT, because it may want
 dnl to call AC_CHECK_PROG.
index 9456b6578238cce2048444a78f4802a84572d705..902eb8d1c6d418680e68bb808939a16ff5db8852 100644 (file)
@@ -36,6 +36,7 @@
     DEFAULT,                                           \
     bfd_default_compatible,                            \
     bfd_default_scan,                                  \
+    bfd_arch_default_fill,                             \
     NEXT,                                              \
   }
 
index 820c94891966a9e6ba9b80773cc08132296f1a1a..5acfc1c1c95187447f581a97a66fe4042c282c5a 100644 (file)
@@ -37,6 +37,7 @@
     default_p,                         \
     bfd_default_compatible,            \
     bfd_default_scan,                  \
+    bfd_arch_default_fill,             \
     next,                              \
   }
 
index 2238720e54a839a663c677abec737a34c26ea94a..21a8d0f03324bda9f436075497f68592982075ed 100644 (file)
@@ -124,7 +124,8 @@ scan (const struct bfd_arch_info *info, const char *string)
 }
 
 #define N(number, print, default, next)  \
-{  32, 32, 8, bfd_arch_arm, number, "arm", print, 4, default, compatible, scan, next }
+{  32, 32, 8, bfd_arch_arm, number, "arm", print, 4, default, compatible, \
+   scan, bfd_arch_default_fill, next }
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
index 07ba6dc39ba5b933bd7221a96a4321135a0a898a..37ccee1da1571cea019b5abb83a68b965261ef28 100644 (file)
@@ -96,6 +96,7 @@ compatible (const bfd_arch_info_type * a,
   default,                     /* Is this the default ?  */    \
   compatible,                                                  \
   bfd_default_scan,                                            \
+  bfd_arch_default_fill,                                       \
   next                                                         \
 }
 
index 37e314b49807738f2c025588e388aa139b6a920e..ec515eacf5bb7f168d8ce85a4e37aaf7384457f3 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_bfin_arch =
     4,                 /* Section align power.  */
     TRUE,              /* The one and only.  */
     bfd_default_compatible, 
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index 6c77738c7ad4a17acd5df927316809a81306c2a6..bcaaf60fa5008e2f549348367682a6a031202761 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_cr16_arch =
     1,                /* Unsigned int section alignment power.  */
     TRUE,             /* The one and only.  */
     bfd_default_compatible, 
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index e8ee1db1daa6a2cf30a72a50ecb2b294f209d071..7653f2c25e8cd05716fcc44948487274bd41787f 100644 (file)
@@ -34,6 +34,7 @@ const bfd_arch_info_type bfd_cr16c_arch =
     1,
     TRUE,      /* The one and only.  */
     bfd_default_compatible, 
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index c77e8f5c587b194f047724fa9197cb237d6010b3..9cdcf18a930f47770a7e0afac060ae7e11ab9ba6 100644 (file)
@@ -69,7 +69,7 @@ get_compatible (a,b)
 
 #define N(NUMBER, PRINT, NEXT)  \
  { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
-   get_compatible, bfd_default_scan, NEXT }
+   get_compatible, bfd_default_scan, bfd_arch_default_fill, NEXT }
 
 static const bfd_arch_info_type bfd_cris_arch_compat_v10_v32 =
  N (bfd_mach_cris_v10_v32, "cris:common_v10_v32", NULL);
@@ -98,6 +98,7 @@ const bfd_arch_info_type bfd_cris_arch =
                                   bfd_arch_info_type.  */
   bfd_default_scan,            /* Check if a bfd_arch_info_type is a
                                   match.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   &bfd_cris_arch_v32           /* Pointer to next bfd_arch_info_type in
                                   the same family.  */
 };
index 3201c3cac2cadadd5eee7daddb84c70aa837aa77..8edd2cacc2bee2c0d5974a25e38d6882af713d7f 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_crx_arch =
     1,         /* Unsigned int section alignment power.  */
     TRUE,      /* The one and only.  */
     bfd_default_compatible, 
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index b161115788c0548a4da508c3fb10a7ff2007c7f8..7bc208e26202578ade729ca4e6cb3fa9c9b881bc 100644 (file)
@@ -37,6 +37,7 @@ static const bfd_arch_info_type d10v_ts3_info =
   FALSE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0,
 };
 
@@ -53,6 +54,7 @@ static const bfd_arch_info_type d10v_ts2_info =
   FALSE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   & d10v_ts3_info,
 };
 
@@ -69,5 +71,6 @@ const bfd_arch_info_type bfd_d10v_arch =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   & d10v_ts2_info,
 };
index d528e9bf67bac34cbb9f4910cd7bdc228766577e..69515eb63d6efe5e575ab7031d3ffcb1fec9c15b 100644 (file)
@@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_d30v_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
 };
index fda48dccf492af2363294d452626504b3594bb0f..2c17849a3e379092f9ed9a5379ca4da4580ea9f2 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_dlx_arch =
     4,
     TRUE, /* The one and only.  */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
 };
index 13427c190e6b6b023d88605cc0912b914a1f802c..9cf723ed599d107af0d339088e848f62708cc763 100644 (file)
@@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_epiphany16_arch =
   FALSE,                       /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };
 
@@ -52,5 +53,6 @@ const bfd_arch_info_type bfd_epiphany_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   & bfd_epiphany16_arch        /* Next in list.  */
 };
index b60e43e65745ac53cda127a8b9a127fbe80a91bf..dc2e5fa72444e2975b062e1b0b1cd0f8fb8ce5da 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_fr30_arch =
   TRUE,                                /* the default ? */
   bfd_default_compatible,      /* architecture comparison fn */
   bfd_default_scan,            /* string to architecture convert fn */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* next in list */
 };
index fd2aedb828a1bffa5c838ac2713ae0b64296d85b..ac4d8988f9dfee81662b697d5f24d77c4305ad90 100644 (file)
@@ -35,6 +35,7 @@
   DEFAULT,                     /* is this the default? */              \
   bfd_default_compatible,      /* architecture comparison fn */        \
   bfd_default_scan,            /* string to architecture convert fn */ \
+  bfd_arch_default_fill,       /* Default fill.  */                    \
   NEXT                         /* next in list */                      \
 }
 
index 0fd77d64e390eacfc18c0661224e577ef0967abf..e667a0358bd0e4668d82910538626eb5387f1dd2 100644 (file)
@@ -127,6 +127,7 @@ static const bfd_arch_info_type h8300sxn_info_struct =
   FALSE,                       /* the default machine */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   0
 };
 
@@ -143,6 +144,7 @@ static const bfd_arch_info_type h8300sx_info_struct =
   FALSE,                       /* the default machine */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   &h8300sxn_info_struct
 };
 
@@ -159,6 +161,7 @@ static const bfd_arch_info_type h8300sn_info_struct =
   FALSE,                       /* The default machine.  */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   &h8300sx_info_struct
 };
 
@@ -175,6 +178,7 @@ static const bfd_arch_info_type h8300hn_info_struct =
   FALSE,                       /* The default machine.  */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   &h8300sn_info_struct
 };
 
@@ -191,6 +195,7 @@ static const bfd_arch_info_type h8300s_info_struct =
   FALSE,                       /* The default machine.  */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   & h8300hn_info_struct
 };
 
@@ -207,6 +212,7 @@ static const bfd_arch_info_type h8300h_info_struct =
   FALSE,                       /* The default machine.  */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   &h8300s_info_struct
 };
 
@@ -223,6 +229,7 @@ const bfd_arch_info_type bfd_h8300_arch =
   TRUE,                                /* The default machine.  */
   compatible,
   h8300_scan,
+  bfd_arch_default_fill,
   &h8300h_info_struct
 };
 
index 362d369a3b0c15b3752cdbbdbd5cd00d587240d5..b87179b3adc766a4903a8ee6b8a89a1be03682d5 100644 (file)
@@ -56,5 +56,6 @@ const bfd_arch_info_type bfd_h8500_arch =
   TRUE,                                /* the default machine */
   bfd_default_compatible,
   scan_mach,
+  bfd_arch_default_fill,
   0,
 };
index 034e32143365ec6748b3cd32e25167514489baaa..885a11a8eae6df243704eb4a548bca8fbb34196c 100644 (file)
@@ -35,7 +35,8 @@ static const bfd_arch_info_type bfd_hppa10_arch =
   3,
   TRUE,                                /* Unless we use 1.1 specific features */
   bfd_default_compatible,
-  bfd_default_scan ,
+  bfd_default_scan,
+  bfd_arch_default_fill,
   0,
 };
 
@@ -52,7 +53,8 @@ static const bfd_arch_info_type bfd_hppa20_arch =
   3,
   FALSE,                       /* Unless we use 1.1 specific features */
   bfd_default_compatible,
-  bfd_default_scan ,
+  bfd_default_scan,
+  bfd_arch_default_fill,
   &bfd_hppa10_arch,
 };
 
@@ -69,7 +71,8 @@ static const bfd_arch_info_type bfd_hppa20w_arch =
   3,
   FALSE,                       /* Unless we use 1.1 specific features */
   bfd_default_compatible,
-  bfd_default_scan ,
+  bfd_default_scan,
+  bfd_arch_default_fill,
   &bfd_hppa20_arch,
 };
 
@@ -85,6 +88,7 @@ const bfd_arch_info_type bfd_hppa_arch =
   3,
   FALSE,                       /* 1.1 specific features used */
   bfd_default_compatible,
-  bfd_default_scan ,
+  bfd_default_scan,
+  bfd_arch_default_fill,
   &bfd_hppa20w_arch,
 };
index d12b9ae9e29f0f4ed7adabda7220888fd82e2767..99daf88deb0d080118cb54f0b98c7bb0357cb1d5 100644 (file)
@@ -40,6 +40,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &arch_info_struct[1]
   },
   {
@@ -54,6 +55,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0
   },
 };
@@ -71,5 +73,6 @@ const bfd_arch_info_type bfd_i370_arch =
   TRUE,        /* The default.  */
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   & arch_info_struct[0]
 };
index f98c0e50529a74432ee797db0e9c4e11939310b3..f8991cf1ec438cae87e4fa8bc527b13221e5dee4 100644 (file)
@@ -23,6 +23,9 @@
 #include "sysdep.h"
 #include "bfd.h"
 #include "libbfd.h"
+#include "libiberty.h"
+
+extern void * bfd_arch_i386_fill (bfd_size_type, bfd_boolean, bfd_boolean);
 
 static const bfd_arch_info_type *
 bfd_i386_compatible (const bfd_arch_info_type *a,
@@ -38,6 +41,62 @@ bfd_i386_compatible (const bfd_arch_info_type *a,
   return compat;
 }
 
+/* Fill the buffer with zero or nop instruction if CODE is TRUE.  */
+
+void *
+bfd_arch_i386_fill (bfd_size_type count,
+                   bfd_boolean is_bigendian ATTRIBUTE_UNUSED,
+                   bfd_boolean code)
+{
+  /* nop */
+  static const char nop_1[] = { 0x90 };        
+  /* nopw */
+  static const char nop_2[] = { 0x66, 0x90 };
+  /* nopl (%[re]ax) */
+  static const char nop_3[] = { 0x0f, 0x1f, 0x00 };
+  /* nopl 0(%[re]ax) */
+  static const char nop_4[] = { 0x0f, 0x1f, 0x40, 0x00 };
+  /* nopl 0(%[re]ax,%[re]ax,1) */
+  static const char nop_5[] = { 0x0f, 0x1f, 0x44, 0x00, 0x00 };
+  /* nopw 0(%[re]ax,%[re]ax,1) */
+  static const char nop_6[] = { 0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00 };
+  /* nopl 0L(%[re]ax) */
+  static const char nop_7[] = { 0x0f, 0x1f, 0x80, 0x00, 0x00, 0x00, 0x00 };
+  /* nopl 0L(%[re]ax,%[re]ax,1) */
+  static const char nop_8[] =
+    { 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00};
+  /* nopw 0L(%[re]ax,%[re]ax,1) */
+  static const char nop_9[] =
+    { 0x66, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 };
+  /* nopw %cs:0L(%[re]ax,%[re]ax,1) */
+  static const char nop_10[] =
+    { 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 };
+  static const char *const nops[] =
+    { nop_1, nop_2, nop_3, nop_4, nop_5,
+      nop_6, nop_7, nop_8, nop_9, nop_10 };
+
+  void *fill = bfd_malloc (count);
+  if (fill == NULL)
+    return fill;
+
+  if (code)
+    {
+      bfd_byte *p = fill;
+      while (count >= ARRAY_SIZE (nops))
+       {
+         memcpy (p, nops[ARRAY_SIZE (nops) - 1], ARRAY_SIZE (nops));
+         p += ARRAY_SIZE (nops);
+         count -= ARRAY_SIZE (nops);
+       }
+      if (count != 0)
+       memcpy (p, nops[count - 1], count);
+    }
+  else
+    memset (fill, 0, count);
+
+  return fill;
+}
+
 static const bfd_arch_info_type bfd_x64_32_arch_intel_syntax =
 {
   64, /* 64 bits in a word */
@@ -51,6 +110,7 @@ static const bfd_arch_info_type bfd_x64_32_arch_intel_syntax =
   FALSE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   0
 };
 
@@ -67,6 +127,7 @@ static const bfd_arch_info_type bfd_x86_64_arch_intel_syntax =
   FALSE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_x64_32_arch_intel_syntax,
 };
 
@@ -83,6 +144,7 @@ static const bfd_arch_info_type bfd_i386_arch_intel_syntax =
   TRUE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_x86_64_arch_intel_syntax
 };
 
@@ -99,6 +161,7 @@ static const bfd_arch_info_type i8086_arch =
   FALSE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_i386_arch_intel_syntax
 };
 
@@ -115,6 +178,7 @@ static const bfd_arch_info_type bfd_x64_32_arch =
   FALSE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &i8086_arch
 };
 
@@ -131,6 +195,7 @@ static const bfd_arch_info_type bfd_x86_64_arch =
   FALSE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_x64_32_arch
 };
 
@@ -147,5 +212,6 @@ const bfd_arch_info_type bfd_i386_arch =
   TRUE,
   bfd_i386_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_x86_64_arch
 };
index ae9ebcdb9989cefa21db3ec9749582f1954559d1..77c5e8409580c6a1b9969d758ed25358f132b50a 100644 (file)
@@ -38,5 +38,6 @@ const bfd_arch_info_type bfd_i860_arch =
     TRUE,                      /* Is this the default architecture? */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,                         /* Next in list */
   };
index c7d9231b674dabf278447bdf861c5f98a3aefe2d..cef2f802de2bd2b830e2cd58fb4da1f61fe1c608 100644 (file)
@@ -166,7 +166,8 @@ compatible (a,b)
 }
 
 #define N(a,b,d,n) \
-{ 32, 32, 8,bfd_arch_i960,a,"i960",b,3,d,compatible,scan_960_mach,n,}
+{ 32, 32, 8,bfd_arch_i960,a,"i960",b,3,d,compatible,scan_960_mach, \
+  bfd_arch_default_fill, n,}
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
index c97de1a099dd265e7ec778f09ecc77b6a4d96be2..4ea37c79c5c27286035b3deef06aec9b4ad6180e 100644 (file)
@@ -35,7 +35,8 @@ const bfd_arch_info_type bfd_ia64_elf32_arch =
     3, /* log2 of section alignment */
     TRUE, /* the one and only */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
 
@@ -51,7 +52,8 @@ const bfd_arch_info_type bfd_ia64_arch =
     3, /* log2 of section alignment */
     TRUE, /* the one and only */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_ia64_elf32_arch,
   };
 
index 0b959bd8d24e55b5852c0eb330f3ab34c2428965..d8eaf3c2a5ae974abdd4982d1a5197e09e80f6d0 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_ip2k_nonext_arch =
   FALSE,                       /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };
 
@@ -51,5 +52,6 @@ const bfd_arch_info_type bfd_ip2k_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   & bfd_ip2k_nonext_arch       /* Next in list.  */
 };
index 72d83639cb9cba148d34977da452effa80d19a3b..648380e63435d0d5f6597045652aaba4335ce610 100644 (file)
@@ -36,6 +36,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* the default ? */
     bfd_default_compatible,    /* architecture comparison fn */
     bfd_default_scan,          /* string to architecture convert fn */
+    bfd_arch_default_fill,     /* Default fill.  */
     NULL                       /* next in list */
   }
 };
@@ -53,5 +54,6 @@ const bfd_arch_info_type bfd_iq2000_arch =
   TRUE,                                /* the default ? */
   bfd_default_compatible,      /* architecture comparison fn */
   bfd_default_scan,            /* string to architecture convert fn */
+  bfd_arch_default_fill,       /* Default fill.  */
   &arch_info_struct[0],                /* next in list */
 };
index fa030aef0cc5b12e6bcfc2616166c853e2c8b99e..f9958e4715563c232d19be540fc3dada95476a42 100644 (file)
@@ -23,6 +23,8 @@
 #include "bfd.h"
 #include "libbfd.h"
 
+extern void * bfd_arch_i386_fill (bfd_size_type, bfd_boolean, bfd_boolean);
+
 static const bfd_arch_info_type bfd_k1om_arch_intel_syntax =
 {
   64, /* 64 bits in a word */
@@ -36,6 +38,7 @@ static const bfd_arch_info_type bfd_k1om_arch_intel_syntax =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   0
 };
 
@@ -52,5 +55,6 @@ const bfd_arch_info_type bfd_k1om_arch =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_k1om_arch_intel_syntax
 };
index c1057c4e9bce87258dc2d34090062af92a836524..0fabd49f70d1915b319f3d966ca66d41b6132129 100644 (file)
@@ -23,6 +23,8 @@
 #include "bfd.h"
 #include "libbfd.h"
 
+extern void * bfd_arch_i386_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,6 +38,7 @@ static const bfd_arch_info_type bfd_l1om_arch_intel_syntax =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   0
 };
 
@@ -52,5 +55,6 @@ const bfd_arch_info_type bfd_l1om_arch =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_i386_fill,
   &bfd_l1om_arch_intel_syntax
 };
index 227612f22ddf6a66af4e83cd468e94ce6cdda77e..5ddce0438b0490c2204fa1ab9c9ebc00fa022644 100644 (file)
@@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_lm32_arch =
     TRUE,                         /* Is this the default machine for the target.  */
     bfd_default_compatible,       /* Function callback to test if two files have compatible machines.  */
     bfd_default_scan,
+    bfd_arch_default_fill,
     NULL                          /* Next.  */
 };
 
index 218891df61e7d1a243dfc532745c17248d79f009..f42a5ea286850d12e8ddb34522709a90910069f3 100644 (file)
@@ -34,6 +34,7 @@ const bfd_arch_info_type bfd_mn10200_arch =
     2,
     TRUE, /* the one and only */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index 7f89665b09e0e4459e64298fabcd8a909ab22030..6fd8c67da84b9c5d6c05be8bb74e3deb462b3c2f 100644 (file)
@@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_am33_2_arch =
     FALSE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
 
@@ -52,6 +53,7 @@ const bfd_arch_info_type bfd_am33_arch =
     FALSE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_am33_2_arch,
   };
 
@@ -68,5 +70,6 @@ const bfd_arch_info_type bfd_mn10300_arch =
     TRUE, /* the one and only */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_am33_arch,
   };
index d2f9cb17b48bf08615eb5286e132f047eaa6f4a0..9c269383d0930f5c07d912a4d8582da30d4997d0 100644 (file)
@@ -49,6 +49,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* the default ? */
     bfd_default_compatible,    /* architecture comparison fn */
     m32c_scan,                 /* string to architecture convert fn */
+    bfd_arch_default_fill,     /* Default fill.  */
     NULL                       /* next in list */
   },
 };
@@ -66,5 +67,6 @@ const bfd_arch_info_type bfd_m32c_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   m32c_scan,                   /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   &arch_info_struct[0],                /* Next in list.  */
 };
index 8180d6c0d4510f04a749019e05475a44692172fe..8f373b43a9756d976e8b2d5d93d315bcbdd44483 100644 (file)
@@ -25,7 +25,7 @@
 
 #define N(number, print, default, next)  \
 {  32, 32, 8, bfd_arch_m32r, number, "m32r", print, 4, default, \
-     bfd_default_compatible, bfd_default_scan, next }
+     bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
 
 #define M32R2_NEXT   & arch_info_struct [1]
 #define NEXT         & arch_info_struct [0]
index 313d820cb96ffefcdc136710fd80862bbd4bc77f..7f3c0747df46eb750e701323d2de7f3c656f75e1 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_m68hc11_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
 };
index 2a115b991706418dd25f6b14ef726419955fb283..2dbf62724292b8389911ec4c884f48ad12d89deb 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_m68hc12s_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
 };
 
@@ -51,5 +52,6 @@ const bfd_arch_info_type bfd_m68hc12_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_m68hc12s_arch,
 };
index ec9bccd075a42250903741e337b789ef0433ae59..009ff043d94187588a98e42690de43d1d42c035b 100644 (file)
@@ -30,7 +30,8 @@ bfd_m68k_compatible (const bfd_arch_info_type *a,
                     const bfd_arch_info_type *b);
 
 #define N(name, print,d,next)  \
-{  32, 32, 8, bfd_arch_m68k, name, "m68k",print,2,d,bfd_m68k_compatible,bfd_default_scan, next, }
+{  32, 32, 8, bfd_arch_m68k, name, "m68k",print,2,d,bfd_m68k_compatible, \
+   bfd_default_scan, bfd_arch_default_fill, next, }
 
 static const bfd_arch_info_type arch_info_struct[] =
   {
index 7e7c18d39c8d75c1c0cb34d3b4d1eff045571463..d3459020460b98e229c158e13fd01d13562107e5 100644 (file)
@@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_m88k_arch =
     3,
     TRUE, /* the one and only */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index c01dd1020cd2a26d552b3fce03522ebb64cf23da..80b3290e0596f87d0c717479fb25a8446e9ddcb1 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_mcore_arch =
   TRUE,                                /* Is this the default architecture ? */
   bfd_default_compatible,      /* Architecture comparison function */
   bfd_default_scan,            /* String to architecture conversion */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list */
 };
index 7ac871f67b0b07a9d89777b83b30a4cb0775e727..94cb08086da7ad791b55373da71676cf8d78b18c 100644 (file)
@@ -22,7 +22,8 @@
 #include "libbfd.h"
 
 #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \
-       2, def, bfd_default_compatible, bfd_default_scan, y }
+       2, def, bfd_default_compatible, bfd_default_scan, \
+       bfd_arch_default_fill, y }
 
 static const bfd_arch_info_type bfd_c5_arch = MA (bfd_mach_mep_c5, "c5", FALSE, NULL);
 static const bfd_arch_info_type bfd_h1_arch = MA (bfd_mach_mep_h1, "h1", FALSE, & bfd_c5_arch);
index 45a4a2b95e663af4c3952e2d74563c968e881b16..c59fa45d5202545775c10c9eebcdb97fdd4567ce 100644 (file)
@@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_microblaze_arch =
   TRUE,                                /* Is this the default architecture ?  */
   bfd_default_compatible,      /* Architecture comparison function.  */
   bfd_default_scan,            /* String to architecture conversion.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };
index ed86f11fb8dbc2bb0430c0b0ad504e6e93317bcd..c55cbf0a2624596a2ea6dccad5a9bc07ac8fc812 100644 (file)
@@ -55,6 +55,7 @@ mips_compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b)
     DEFAULT,                                           \
     mips_compatible,                                   \
     bfd_default_scan,                                  \
+    bfd_arch_default_fill,                             \
     NEXT,                                              \
   }
 
index 6cf8753812fb7e9e6238d2f400f86308298542ca..f706b4962cc99d909b601a350ef4c717449d79dd 100644 (file)
@@ -38,5 +38,6 @@ bfd_mmix_arch =
    TRUE,                       /* This is the default architecture.  */
    bfd_default_compatible,     /* Architecture comparison function.  */
    bfd_default_scan,           /* String to architecture conversion.  */
+   bfd_arch_default_fill,      /* Default fill.  */
    NULL                                /* Next in list.  */
 };
index 39debbc09c20eed8b52ba5145f286e8f0773eb76..f514fe7e84e8fc37d3ff79e4b5e0ee65f3d135c7 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_moxie_arch =
     2,                /* Unsigned int section alignment power.  */
     TRUE,             /* The one and only.  */
     bfd_default_compatible, 
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index 63c301a7ea2458d95eebb5f41aefa7f95703f3e9..a17f4c55fbf9698f499aba1d424638c1e6b72da2 100644 (file)
@@ -39,6 +39,7 @@ static const bfd_arch_info_type *compatible
   default,                     /* The default machine.  */     \
   compatible,                                                  \
   bfd_default_scan,                                            \
+  bfd_arch_default_fill,                                       \
   next                                                         \
 }
 
index 519871d424997fa6657714a2d005177d63f241f1..0ec10c865244ceae63cf74fd4d87efc5e64d42a7 100644 (file)
@@ -36,6 +36,7 @@ const bfd_arch_info_type arch_info_struct[] =
   FALSE,                       /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   &arch_info_struct[1]          /* Next in list.  */
 },
 {
@@ -50,6 +51,7 @@ const bfd_arch_info_type arch_info_struct[] =
   FALSE,                       /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 },
 };
@@ -67,6 +69,7 @@ const bfd_arch_info_type bfd_mt_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   &arch_info_struct[0]         /* Next in list.  */
 };
 
index 216b24869f712a0da5bb3c7be84f45fc065cb0c3..28fff5a3fbdcf9112b8840debf883cd1112f6740 100644 (file)
@@ -27,7 +27,8 @@
 #include "ns32k.h"
 
 #define N(machine, printable, d, next)  \
-{  32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d,bfd_default_compatible,bfd_default_scan, next, }
+{  32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d, \
+   bfd_default_compatible,bfd_default_scan,bfd_arch_default_fill,next, }
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
index a43034979e63a7515631dfdab7f8dda87b0046ce..8e3e8784a320a7daeb4eeef15b3d64e9f6858c27 100644 (file)
@@ -36,6 +36,7 @@
     DEFAULT,                                                  \
     bfd_default_compatible,                                   \
     bfd_default_scan,                                         \
+    bfd_arch_default_fill,                                   \
     NEXT,                                                     \
   }
 
index b9803ed31210145f14f914f377af2ebff5428a95..34ea52b043e91813ba3e4a04fc52d86b7e02f85d 100644 (file)
@@ -35,7 +35,8 @@ const bfd_arch_info_type bfd_or32_arch =
     4,
     TRUE,         /* The one and only.  */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
 
index 3147f5604de219a97d5e009958c9075c775a88c0..57c3068f93ffb27ccc5aa159df58ca498b790361 100644 (file)
@@ -34,7 +34,8 @@ const bfd_arch_info_type bfd_pdp11_arch =
     1,         /* aligment = 16 bit */
     TRUE, /* the one and only */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
 
index bb5c85b853f9f3c0095634c6ab120a5087a54191..35762272ca4381faff56d5637275c13d37cd4e5b 100644 (file)
@@ -37,5 +37,6 @@ const bfd_arch_info_type bfd_pj_arch =
   TRUE,                                /* the default machine */
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0
 };
index f0f7dbd4b31438bbe4dbed028ec92c8e0d435045..6b25c589d70d7b5e452ec5f94e984ac33ec6f592 100644 (file)
@@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_plugin_arch =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0
 };
index 9bd60af33e4a47d8b4f7a10807865f40ce8c7133..6a652b2bb26d2b33e4aabc4f12c26ba219831806 100644 (file)
@@ -65,6 +65,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     TRUE, /* default for 64 bit target */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[1]
   },
   /* elf32-ppc:ppc_elf_object_p relies on the default 32 bit arch
@@ -81,6 +82,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE,
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[2],
   },
 #else
@@ -97,6 +99,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     TRUE, /* default for 32 bit target */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[1],
   },
   /* elf64-ppc:ppc64_elf_object_p relies on the default 64 bit arch
@@ -113,6 +116,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE,
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[2]
   },
 #endif
@@ -128,6 +132,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[3]
   },
   {
@@ -142,6 +147,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[4]
   },
   {
@@ -156,6 +162,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[5]
   },
   {
@@ -170,6 +177,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[6]
   },
   {
@@ -184,6 +192,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[7]
   },
   {
@@ -198,6 +207,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[8]
   },
   {
@@ -212,6 +222,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[9]
   },
   {
@@ -226,6 +237,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[10]
   },
   {
@@ -240,6 +252,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[11]
   },
   {
@@ -254,6 +267,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[12]
   },
   {
@@ -268,6 +282,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[13]
   },
   {
@@ -282,6 +297,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE,
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[14]
   },
   {
@@ -296,6 +312,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[15]
   },
   {
@@ -310,6 +327,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[16]
   },
   {
@@ -324,6 +342,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[17]
   },
   {
@@ -338,6 +357,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_powerpc_archs[18]
   },
   {
@@ -352,6 +372,7 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
     FALSE, /* not the default */
     powerpc_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0
   }
 };
index 66024aee8ad708ce2c40236ea73d72c50093502e..6fb72e6e8a194798a96b66c3626b61c598445198 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_rl78_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };
index 91d043198db69ee99c22024e7cfadd25c7986af4..c914816c408415da596b018926ea733d837b2705 100644 (file)
@@ -65,6 +65,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE, /* not the default */
     rs6000_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &arch_info_struct[1]
   },
   {
@@ -79,6 +80,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE, /* not the default */
     rs6000_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &arch_info_struct[2]
   },
   {
@@ -93,6 +95,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE, /* not the default */
     rs6000_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0
   }
 };
@@ -110,5 +113,6 @@ const bfd_arch_info_type bfd_rs6000_arch =
     TRUE, /* the default */
     rs6000_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &arch_info_struct[0]
   };
index 92eebb0a6477b01bf23fd59a08fbe1f59e70a631..31489adac9a9fe2f0a30d953b6b0414904d29732 100644 (file)
@@ -36,6 +36,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* The default ?  */
     bfd_default_compatible,    /* Architecture comparison fn.  */
     bfd_default_scan,          /* String to architecture convert fn.  */
+    bfd_arch_default_fill,     /* Default fill.  */
     NULL                       /* Next in list.  */
   },
 };
@@ -53,5 +54,6 @@ const bfd_arch_info_type bfd_rx_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   & arch_info_struct[0],       /* Next in list.  */
 };
index 805e825620de09075c463d498e3ca4bde1a7ca01..1a581e47202cee5dea0fd2ff51218ee455e5b2fa 100644 (file)
@@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_s390_64_arch =
     TRUE, /* the default */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     NULL
 };
 
@@ -52,5 +53,6 @@ const bfd_arch_info_type bfd_s390_arch =
     TRUE, /* the default */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_s390_64_arch
 };
index 0ed4095c1a06e30276b455616b1be2295deb8cae..7a8d7b49591ee29225d4b82c1288a93af73f1a0b 100644 (file)
@@ -56,6 +56,7 @@ compatible (const bfd_arch_info_type * a, const bfd_arch_info_type * b)
   default,                     /* The default machine.  */     \
   compatible,                                                  \
   bfd_default_scan,                                            \
+  bfd_arch_default_fill,                                       \
   next                                                         \
 }
 
index af97a47367f54c17b6f0f65118f01c70943c3939..6fe6c155274b08696fd8a7c3bb201a46da037a69 100644 (file)
@@ -61,6 +61,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2_NEXT
   },
   {
@@ -75,6 +76,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2E_NEXT
   },
   {
@@ -89,6 +91,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH_DSP_NEXT
   },
   {
@@ -103,6 +106,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH3_NEXT
   },
   {
@@ -117,6 +121,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH3_NOMMU_NEXT
   },
   {
@@ -131,6 +136,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH3_DSP_NEXT
   },
   {
@@ -145,6 +151,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH3E_NEXT
   },
   {
@@ -159,6 +166,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH4_NEXT
   },
   {
@@ -173,6 +181,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH4A_NEXT
   },
   {
@@ -187,6 +196,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH4AL_DSP_NEXT
   },
   {
@@ -201,6 +211,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH4_NOFPU_NEXT
   },
   {
@@ -215,6 +226,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH4_NOMMU_NOFPU_NEXT
   },
   {
@@ -229,6 +241,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH4A_NOFPU_NEXT
   },
   {
@@ -243,6 +256,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2A_NEXT
   },
   {
@@ -257,6 +271,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2A_NOFPU_NEXT
   },
   {
@@ -271,6 +286,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2A_NOFPU_OR_SH4_NOMMU_NOFPU_NEXT
   },
   {
@@ -285,6 +301,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2A_NOFPU_OR_SH3_NOMMU_NEXT
   },
   {
@@ -299,6 +316,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2A_OR_SH4_NEXT
   },
   {
@@ -313,6 +331,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH2A_OR_SH3E_NEXT
   },
   {
@@ -327,6 +346,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     SH64_NEXT
   },
 };
@@ -344,6 +364,7 @@ const bfd_arch_info_type bfd_sh_arch =
   TRUE,                                /* The default machine.  */
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   SH_NEXT
 };
 
index f86ccc54dfa55f2e6e916bec6c85067b12c54aca..ccdd7d1d6522dd8bf8d487f862dc79b6049bf966 100644 (file)
@@ -37,6 +37,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 +52,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 +67,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 +82,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 +97,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 +112,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 +127,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 +142,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 +157,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   }
 };
@@ -166,5 +175,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],
   };
index 64ba357f54158438bb03715050dec04be106df6c..b3dfc62b4fa86db557087e241f9f4463eca08e55 100644 (file)
@@ -49,6 +49,7 @@ const bfd_arch_info_type bfd_spu_arch[] =
     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! */
   }
 };
index e08cf47a7e58f396d702356d2deda2d474d1ee22..a9d291d85b44f8be3c86507435766001bfffb8ed 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_tic30_arch =
   TRUE,                                /* the one and only */
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0,
 };
index bd8b8f40705310866da721c45e85bb7262cd8751..e962233ffbcf51ea5f66a81acc0078782cdddbd7 100644 (file)
@@ -64,6 +64,7 @@ const bfd_arch_info_type bfd_tic3x_arch =
     FALSE,                     /* Not the default architecture.  */
     bfd_default_compatible,
     tic4x_scan,
+    bfd_arch_default_fill,
     0
   };
 
@@ -80,6 +81,7 @@ const bfd_arch_info_type bfd_tic4x_arch =
     TRUE,                      /* The default architecture.  */
     bfd_default_compatible,
     tic4x_scan,
+    bfd_arch_default_fill,
     &bfd_tic3x_arch,
   };
 
index b7e316cacee055d6c22ccc0fc13974fae2ba3b6e..95d990e16a0e79c67db35ffa3704069decea6321 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_tic54x_arch =
   TRUE,                                /* the one and only */
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0,
 };
index 163f4b3b15c85e5340504f2259e6d5499c19dd54..d5a9cb987d2a0c8886c895e0120fa85b610f789c 100644 (file)
@@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_tic6x_arch =
     TRUE, /* Default machine for this architecture.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index f030ce1b792c0a495d8b7cdf4bdd75fb1195ce69..c11233dff7be2ae72057765f19b050ce5c70c2cb 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_tic80_arch =
     2,                         /* section alignment power */
     TRUE,                      /* default machine for architecture */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     NULL,                              /* Pointer to next in chain */
   };
index aa2fe807cfc9f7f4cac53105cc4b5740edc2c0cd..dc9bc63cd4d5b1131253ec2cf3f3b21acc752d76 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_tilegx_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index cadd006548e84c964d7f41c7decd4413af32fd94..33bfab0139de06228c1a288f719dd13872bb8b33 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_tilepro_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index 6ebc96c8e82e2114fdb0b64693a6af575112e55f..d124220146cca9c7fece7ec63679ef8d52a753ab 100644 (file)
@@ -26,7 +26,7 @@
 
 #define N(number, print, default, next)  \
 {  32, 32, 8, bfd_arch_v850, number, "v850", print, 2, default, \
-     bfd_default_compatible, bfd_default_scan, next }
+   bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
 
 #define NEXT NULL
 
index c9d9c8d7b3f227ed0b5052e1e875feddb51eb267..9e2b19d4b98c88ffb8cd57b65e16c9a3c042cd07 100644 (file)
@@ -37,5 +37,6 @@ const bfd_arch_info_type bfd_vax_arch =
     TRUE, /* the one and only */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
index e5e78d9e94c6d59cf51efe5e546f8e5297028fd6..0200d704c8227bfefbad85b1082b68566c6cb62d 100644 (file)
@@ -52,5 +52,6 @@ const bfd_arch_info_type bfd_w65_arch =
   TRUE,                                /* the default machine */
   bfd_default_compatible,
   scan_mach,
+  bfd_arch_default_fill,
   0,
 };
index d93d76a81fbc9b5f10dcebed0fc51a4ac30953a0..99a8ff001e8e94425e1c5a9e74664d3f259c982d 100644 (file)
@@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_we32k_arch =
     TRUE, /* the one and only */
     bfd_default_compatible,
     bfd_default_scan ,
+    bfd_arch_default_fill,
     0,
   };
index 552952c0c439f2e20798cf25362e1ed8357542da..3d28659846380a3ddba5f0061b8727ebc165b7ca 100644 (file)
@@ -37,6 +37,7 @@ const bfd_arch_info_type xc16xs_info_struct =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };
 
@@ -53,6 +54,7 @@ const bfd_arch_info_type xc16xl_info_struct =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   & xc16xs_info_struct         /* Next in list.  */
 };
 
@@ -69,5 +71,6 @@ const bfd_arch_info_type bfd_xc16x_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   & xc16xl_info_struct         /* Next in list.  */
 };
index d1c7e56840fc57817651626999607d8c2fea7de3..94de989204e7d49a739d37bd2db234ef008fd780 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_xstormy16_arch =
   TRUE,                                /* the default ? */
   bfd_default_compatible,      /* architecture comparison fn */
   bfd_default_scan,            /* string to architecture convert fn */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* next in list */
 };
index ee3767a891fe6ec4f21a5d0c1185b5b2c8cf0ef7..5c1008e9ad4c345d041b3dda6ebfc703fe1c4e8b 100644 (file)
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_xtensa_arch =
   TRUE,                                /* The default?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };
index 5da39f1c5c655ec4a5e4277ad32e466866a24f5e..a46f71d9a15e6d7aca90eaa69d7a387b4b1850e5 100644 (file)
@@ -42,7 +42,7 @@ compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b)
 
 #define N(name,print,default,next)  \
 { 16, 16, 8, bfd_arch_z80, name, "z80", print, 0, default, \
-    compatible, bfd_default_scan, next }
+  compatible, bfd_default_scan, bfd_arch_default_fill, next }
 
 #define M(n) &arch_info_struct[n]
 
index 6e910e9af674a59cf17797064b0650cebbed0685..fd34218653fcffcbcdbff5211b30e9bfc3104a43 100644 (file)
@@ -38,11 +38,12 @@ compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b)
 static const bfd_arch_info_type arch_info_struct[] =
 {
   { 32, 16, 8, bfd_arch_z8k, bfd_mach_z8002, "z8k", "z8002", 1, FALSE,
-    compatible, bfd_default_scan, 0 }
+    compatible, bfd_default_scan, bfd_arch_default_fill, 0 }
 };
 
 const bfd_arch_info_type bfd_z8k_arch =
 {
   32, 32, 8, bfd_arch_z8k, bfd_mach_z8001, "z8k", "z8001", 1, TRUE,
-  compatible, bfd_default_scan, &arch_info_struct[0]
+  compatible, bfd_default_scan, bfd_arch_default_fill,
+  &arch_info_struct[0]
 };
index 5e1cfe09573e91cd0c49481de20c19d9d8a9a441..19c96cb59d739d8ab55f90707972b0fd8ac36c6c 100644 (file)
@@ -2575,4 +2575,8 @@ const bfd_arch_info_type *bfd_default_compatible
 bfd_boolean bfd_default_scan
    (const struct bfd_arch_info *info, const char *string);
 
+void *bfd_arch_default_fill (bfd_size_type count,
+    bfd_boolean is_bigendian,
+    bfd_boolean code);
+
 /* Extracted from elf.c.  */
index 7a01e114a21a268e58768859c85342e7740a0316..c51c5df93b4f21ccd5cee4149f090869bc3c9701 100644 (file)
@@ -2664,7 +2664,14 @@ default_data_link_order (bfd *abfd,
 
   fill = link_order->u.data.contents;
   fill_size = link_order->u.data.size;
-  if (fill_size != 0 && fill_size < size)
+  if (fill_size == 0)
+    {
+      fill = abfd->arch_info->fill (size, bfd_big_endian (abfd),
+                                   (sec->flags & SEC_CODE) != 0);
+      if (fill == NULL)
+       return FALSE;
+    }
+  else if (fill_size < size)
     {
       bfd_byte *p;
       fill = (bfd_byte *) bfd_malloc (size);
index 82fb5e2c5d2d633fae58334c36b83277fa314e24..fe7d98da2a19500a0bff78403965aec52d59d827 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13616
+       * bfdlink.h (bfd_link_order): Update comments on data size.
+
 2012-01-26  Cary Coutant  <ccoutant@google.com>
 
        * dwarf2.h (enum dwarf_form): Add Fission extensions.
index be853295ada0d3eba4c26a693dfada30b243c5c5..c79d8f055385dcfa27f58fe7d1711453f05baabe 100644 (file)
@@ -674,8 +674,8 @@ struct bfd_link_order
        } indirect;
       struct
        {
-         /* Size of contents, or zero when contents size == size
-            within output section.
+         /* Size of contents, or zero when contents should be filled by 
+            the architecture-dependent fill function.
             A non-zero value allows filling of the output section
             with an arbitrary repeated pattern.  */
          unsigned int size;
index 20c35b1efad424a7a109edfa42d9a61e35af7363..00075ed7a481e660e6c3789dba8bb16032925460 100644 (file)
@@ -1,3 +1,22 @@
+2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13616
+       * emulparams/elf32_x86_64.sh: Remove NOP.
+       * emulparams/elf_i386.sh: Likewise.
+       * emulparams/elf_i386_be.sh: Likewise.
+       * emulparams/elf_i386_ldso.sh: Likewise.
+       * emulparams/elf_i386_vxworks.sh: Likewise.
+       * emulparams/elf_k1om.sh: Likewise.
+       * emulparams/elf_l1om.sh: Likewise.
+       * emulparams/elf_x86_64.sh: Likewise.
+
+       * ldlang.c (zero_fill): Initialized to 0.
+
+       * ldwrite.c (build_link_order): Set data size to linker odrder
+       size when they are the same.
+
+       * scripttempl/elf.sc: Don't specify fill if NOP is undefined.
+
 2012-01-17  Alan Modra  <amodra@gmail.com>
 
        * ldver.c (ldversion): Update copyright message year.
index d26a67fbe83853dea0557d61ecfb801fca3cd2e7..fb9400312b2bf54a1b95de4d2ff6d158df0b97b9 100644 (file)
@@ -8,7 +8,6 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH="i386:x64-32"
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
index 1d1e4b42c93f3088f8b8b774490f40d9554f7330..2b2f910fd6ad75aaeb1a0087b229a59f9a99f7cf 100644 (file)
@@ -7,7 +7,6 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH=i386
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
index efe1a86bfac77f60f5b4b5643b3d33f9a68b703b..1e27faacd08f4dc3694b3e5c2a535621856fc168 100644 (file)
@@ -5,7 +5,6 @@ TEXT_START_ADDR=0x80000000
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 ARCH=i386
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 NO_SMALL_DATA=yes
index 183731d718e2c752f20be13f0fb6d53f85b03027..e1a2cb7f5efd9824d2bbe06d66e9217b275afeae 100644 (file)
@@ -6,7 +6,6 @@ TEXT_START_ADDR=0x08048000
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 ARCH=i386
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
index 693312845e9f57e4d98e6a4fd1de70d5c34c5c84..61839c8f48db2c2ee514602c2fbcb246eb096da5 100644 (file)
@@ -6,7 +6,6 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH=i386
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
index ad4b955b0bac852a78d7a4e4823d2f8a6df9666c..d28ffc0761b9885ed18e8f2ad67f7686cdfdde2b 100644 (file)
@@ -9,7 +9,6 @@ COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH="k1om"
 MACHINE=
 COMPILE_IN=yes
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
index 1d22d696ca0ddc00cd9671f0972ee8e64a83a8fd..80152fea304d076f3fad630e5a83749a7aa8e079 100644 (file)
@@ -9,7 +9,6 @@ COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH="l1om"
 MACHINE=
 COMPILE_IN=yes
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
index a92187836440129b7157e95cb217fab8b06fd576..c38e8453ce083606f71d639bda8f961da8ab3f4e 100644 (file)
@@ -8,7 +8,6 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH="i386:x86-64"
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
index 5e01fc017f8e62f81434c3ba85a71f42e0e00e0d..24fd7da957f59bc052bfdc8344f97fd7999103be 100644 (file)
@@ -4600,7 +4600,7 @@ insert_pad (lang_statement_union_type **ptr,
            asection *output_section,
            bfd_vma dot)
 {
-  static fill_type zero_fill = { 1, { 0 } };
+  static fill_type zero_fill;
   lang_statement_union_type *pad = NULL;
 
   if (ptr != &statement_list.head)
index b7a1469c06a3696fd2efeac437f58f18e2f09eeb..481fef46170296ff1465db6cf52f493c54e2095a 100644 (file)
@@ -183,6 +183,7 @@ build_link_order (lang_statement_union_type *statement)
          default:
            abort ();
          }
+       link_order->u.data.size = link_order->size;
       }
       break;
 
index 149eec7ab3e650ddb2c9efd15467c8044a69d85c..7994b5f11e8ded26491fe1f699f0406d3245bb5a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Unusual variables checked by this code:
-#      NOP - four byte opcode for no-op (defaults to 0)
+#      NOP - four byte opcode for no-op (defaults to none)
 #      NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
 #              empty.
 #      SMALL_DATA_CTOR - .ctors contains small data.
 #
 #  Each of these can also have corresponding .rel.* and .rela.* sections.
 
+if test -n "$NOP"; then
+  FILL="=$NOP"
+else
+  FILL=
+fi
+
 test -z "$RODATA_NAME" && RODATA_NAME=rodata
 test -z "$SDATA_NAME" && SDATA_NAME=sdata
 test -z "$SBSS_NAME" && SBSS_NAME=sbss
@@ -438,7 +444,7 @@ cat <<EOF
     ${RELOCATING+${INIT_START}}
     KEEP (*(.init))
     ${RELOCATING+${INIT_END}}
-  } =${NOP-0}
+  } ${FILL}
 
   ${TEXT_PLT+${PLT}}
   ${TINY_READONLY_SECTION}
@@ -453,13 +459,13 @@ cat <<EOF
     /* .gnu.warning sections are handled specially by elf32.em.  */
     *(.gnu.warning)
     ${RELOCATING+${OTHER_TEXT_SECTIONS}}
-  } =${NOP-0}
+  } ${FILL}
   .fini         ${RELOCATING-0} :
   {
     ${RELOCATING+${FINI_START}}
     KEEP (*(.fini))
     ${RELOCATING+${FINI_END}}
-  } =${NOP-0}
+  } ${FILL}
   ${RELOCATING+PROVIDE (__${ETEXT_NAME} = .);}
   ${RELOCATING+PROVIDE (_${ETEXT_NAME} = .);}
   ${RELOCATING+PROVIDE (${ETEXT_NAME} = .);}
index efeed558845ba845f0f62de881bb0cf1ecc81bee..037bfa075a948912a972c944fccd95638a09bdb9 100644 (file)
@@ -1,3 +1,13 @@
+2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13616
+       * ld-i386/tlsbindesc.dd: Update no-op padding.
+       * ld-i386/tlsnopic.dd: Likewise. 
+       * ld-i386/tlspic.dd: Likewise. 
+       * ld-x86-64/tlsbin.dd: Likewise. 
+       * ld-x86-64/tlsbindesc.dd: Likewise. 
+       * ld-x86-64/tlspic.dd: Likewise. 
+
 2012-01-17  Alan Modra  <amodra@gmail.com>
 
        * config/default.exp: Provide tmpdir/ld/collect-ld.
index db547644f2683d3a9e40897c774fe030be813e77..79a26d1667b8c34ee881e913fd7a57d560bbfcca 100644 (file)
@@ -223,8 +223,7 @@ Disassembly of section .text:
  [0-9a-f]+:    8b 5d fc[       ]+mov    -0x4\(%ebp\),%ebx
  [0-9a-f]+:    c9[     ]+leave *
  [0-9a-f]+:    c3[     ]+ret *
- [0-9a-f]+:    90[     ]+nop *
- [0-9a-f]+:    90[     ]+nop *
+ [0-9a-f]+:    66 90[  ]+xchg   %ax,%ax
 
 [0-9a-f]+ <_start>:
  [0-9a-f]+:    55[     ]+push   %ebp
index 995cdaa1b9ed37b3e10624b6b0aa9f029f1c765d..d6a16d07651e60114acb4be26a57e14704947ea0 100644 (file)
@@ -156,6 +156,4 @@ Disassembly of section .text:
     10ec:      8b 5d fc[       ]+mov    -0x4\(%ebp\),%ebx
     10ef:      c9[     ]+leave *
     10f0:      c3[     ]+ret *
-    10f1:      90[     ]+nop *
-    10f2:      90[     ]+nop *
-    10f3:      90[     ]+nop *
+    10f1:      0f 1f 00[       ]+nopl   \(%eax\)
index b0c046d9ef1e32bdc2e2745fd991aae1c4736b8f..d85b385928d91a6ecf78392831133a0b48684dd3 100644 (file)
@@ -406,6 +406,4 @@ Disassembly of section .text:
  [0-9a-f]+:    8b 5d fc[       ]+mov    -0x4\(%ebp\),%ebx
  [0-9a-f]+:    c9[     ]+leave *
  [0-9a-f]+:    c3[     ]+ret *
- [0-9a-f]+:    90[     ]+nop *
- [0-9a-f]+:    90[     ]+nop *
- [0-9a-f]+:    90[     ]+nop *
+ [0-9a-f]+:    0f 1f 00[       ]+nopl   \(%eax\)
index 5bb59791e2ec2f5813f7bcc89dd8e59738b91d7c..e0287530ca1fdcf18b30535cc6ed07c95ead5221 100644 (file)
@@ -174,9 +174,7 @@ Disassembly of section .text:
   401136:      90[     ]+nop *
   401137:      c9[     ]+leaveq *
   401138:      c3[     ]+retq *
-  401139:      90[     ]+nop *
-  40113a:      90[     ]+nop *
-  40113b:      90[     ]+nop *
+  401139:      0f 1f 00[       ]+nopl   \(%rax\)
 
 0+40113c <_start>:
   40113c:      55[     ]+push   %rbp
index b1cfacba83d7ff0695912cdd6a4690ac987357d9..03f0169abfb5abe423c71c100b3b7137bc34a03a 100644 (file)
@@ -165,9 +165,7 @@ Disassembly of section .text:
   [0-9a-f]+:   90[     ]+nop *
   [0-9a-f]+:   c9[     ]+leaveq *
   [0-9a-f]+:   c3[     ]+retq *
-  [0-9a-f]+:   90[     ]+nop *
-  [0-9a-f]+:   90[     ]+nop *
-  [0-9a-f]+:   90[     ]+nop *
+  [0-9a-f]+:   0f 1f 00[       ]+nopl   \(%rax\)
 
 [0-9a-f]+ <_start>:
   [0-9a-f]+:   55[     ]+push   %rbp
index 6f55456d82976a17c434eff661e700d336ac25c1..0c474a92118c1a59cbf84a1d5cc88d7e4b25f1a7 100644 (file)
@@ -226,5 +226,4 @@ Disassembly of section .text:
  +11a7:        90[     ]+nop *
  +11a8:        c9[     ]+leaveq *
  +11a9:        c3[     ]+retq *
- +11aa:        90[     ]+nop *
- +11ab:        90[     ]+nop *
+ +11aa:        66 90[  ]+xchg   %ax,%ax