This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / bfd / cpu-hppa.c
index 3440310..885a11a 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the HP Precision Architecture architecture.
-   Copyright 1992, 1995, 1998, 1999, 2000, 2002, 2003, 2007
+   Copyright 1992, 1995, 1998, 1999, 2000, 2002, 2003, 2005, 2007
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -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,
 };