PE32+ binaries that use addresses > 1^32 have a problem in that the linker
[deliverable/binutils-gdb.git] / bfd / cpu-i370.c
index d7d712f3ff99e0d4d33781356bccf8dea915b815..bb5bc2fd0755711dd9c0fb6739c8551164077645 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD i370 CPU definition
 /* BFD i370 CPU definition
-   Copyright 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2005
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2014 Free Software Foundation, Inc.
    Contributed by Ian Lance Taylor, Cygnus Support.
    Hacked by Linas Vepstas <linas@linas.org> in 1998, 1999
 
    Contributed by Ian Lance Taylor, Cygnus Support.
    Hacked by Linas Vepstas <linas@linas.org> in 1998, 1999
 
@@ -8,7 +7,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
 
    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,
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -21,8 +20,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include "bfd.h"
 #include "sysdep.h"
 #include "sysdep.h"
+#include "bfd.h"
 #include "libbfd.h"
 
 static const bfd_arch_info_type arch_info_struct[] =
 #include "libbfd.h"
 
 static const bfd_arch_info_type arch_info_struct[] =
@@ -40,6 +39,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
     FALSE,     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &arch_info_struct[1]
   },
   {
     &arch_info_struct[1]
   },
   {
@@ -54,6 +54,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
     FALSE,     /* Not the default.  */
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0
   },
 };
     0
   },
 };
@@ -71,5 +72,6 @@ const bfd_arch_info_type bfd_i370_arch =
   TRUE,        /* The default.  */
   bfd_default_compatible,
   bfd_default_scan,
   TRUE,        /* The default.  */
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   & arch_info_struct[0]
 };
   & arch_info_struct[0]
 };
This page took 0.024731 seconds and 4 git commands to generate.