Consolidate ppc64 ld/bfd communication
[deliverable/binutils-gdb.git] / bfd / i386msdos.c
index 95d9775cf7bc4ef4a53c7acb3aa33d3923d9ac57..ed7d896135bbf6f6e9316125d3b16f8faccbdc59 100644 (file)
@@ -1,6 +1,7 @@
 /* BFD back-end for MS-DOS executables.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002,
-   2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+   2003, 2004, 2005, 2006, 2007, 2009, 2011, 2012
+   Free Software Foundation, Inc.
    Written by Bryan Ford of the University of Utah.
 
    Contributed by the Center for Software Science at the
@@ -143,6 +144,7 @@ msdos_set_section_contents (bfd *abfd,
   bfd_generic_get_relocated_section_contents
 #define msdos_bfd_relax_section bfd_generic_relax_section
 #define msdos_bfd_gc_sections bfd_generic_gc_sections
+#define msdos_bfd_lookup_section_flags bfd_generic_lookup_section_flags
 #define msdos_bfd_merge_sections bfd_generic_merge_sections
 #define msdos_bfd_is_group_section bfd_generic_is_group_section
 #define msdos_bfd_discard_group bfd_generic_discard_group
@@ -188,6 +190,7 @@ const bfd_target i386msdos_vec =
     0,                         /* leading underscore */
     ' ',                               /* ar_pad_char */
     16,                                /* ar_max_namelen */
+    0,                         /* match priority.  */
     bfd_getl64, bfd_getl_signed_64, bfd_putl64,
     bfd_getl32, bfd_getl_signed_32, bfd_putl32,
     bfd_getl16, bfd_getl_signed_16, bfd_putl16,        /* data */
@@ -226,7 +229,7 @@ const bfd_target i386msdos_vec =
 
     NULL,
 
-    (PTR) 0
+    NULL
   };
 
 
This page took 0.070621 seconds and 4 git commands to generate.