More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries.
[deliverable/binutils-gdb.git] / bfd / cpu-hppa.c
index 3440310f101de23816c86483cf0601628f772173..8ec1f5bb6254e89e5309932356df0165641e3e35 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD support for the HP Precision Architecture architecture.
-   Copyright 1992, 1995, 1998, 1999, 2000, 2002, 2003, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -35,7 +34,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 +52,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 +70,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 +87,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,
 };
This page took 0.02982 seconds and 4 git commands to generate.