Add WinCE support.
[deliverable/binutils-gdb.git] / bfd / libpei.h
index 45f7fc1dc725133a1713ce044c11106f6fa267f7..88f9f7382295b56a8c8edfa204bf33337d743817 100644 (file)
@@ -240,8 +240,10 @@ void _bfd_pe_get_symbol_info PARAMS ((bfd *, asymbol *, symbol_info *));
 
 boolean _bfd_pei_final_link_postscript
   PARAMS ((bfd *, struct coff_final_link_info *));
-#define coff_final_link_postscript _bfd_pei_final_link_postscript
 
+#ifndef coff_final_link_postscript
+#define coff_final_link_postscript _bfd_pei_final_link_postscript
+#endif
 /* The following are needed only for ONE of pe or pei, but don't
    otherwise vary; peicode.h fixes up ifdefs but we provide the
    prototype.  */
This page took 0.022642 seconds and 4 git commands to generate.