Definbe extra allowable COFF section flags for ARM_PE target/

This commit is contained in:
Nick Clifton
2000-12-18 20:50:41 +00:00
parent 02b89dcefc
commit f78c52818f
5 changed files with 83 additions and 72 deletions

View File

@@ -2536,11 +2536,13 @@ coff_arm_final_link_postscript (abfd, pfinfo)
#define TARGET_UNDERSCORE 0
#endif
#ifndef EXTRA_S_FLAGS
#ifdef COFF_WITH_PE
#define EXTRA_S_FLAGS (SEC_LINK_ONCE | SEC_LINK_DUPLICATES)
#else
#define EXTRA_S_FLAGS 0
#endif
#endif
/* Forward declaration for use initialising alternative_target field. */
extern const bfd_target TARGET_BIG_SYM ;