aboutsummaryrefslogtreecommitdiff
path: root/bfd/libpei.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libpei.h')
-rw-r--r--bfd/libpei.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/libpei.h b/bfd/libpei.h
index 45f7fc1..88f9f73 100644
--- a/bfd/libpei.h
+++ b/bfd/libpei.h
@@ -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. */