daily update
[deliverable/binutils-gdb.git] / bfd / i386msdos.c
index 9ff5fd379cea65b0f3533d5c8f50673f8e0a43a4..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, 2011 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
@@ -227,7 +229,7 @@ const bfd_target i386msdos_vec =
 
     NULL,
 
-    (PTR) 0
+    NULL
   };
 
 
This page took 0.0235 seconds and 4 git commands to generate.