Support arch-dependent fill
[deliverable/binutils-gdb.git] / bfd / cpu-i370.c
index 1fa97580602f84cb13f24456e874545480035bcd..99daf88deb0d080118cb54f0b98c7bb0357cb1d5 100644 (file)
@@ -8,7 +8,7 @@
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -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]
 };
This page took 0.024458 seconds and 4 git commands to generate.