* coff-z80.c (z80coff_vec): Allow sections to be of type SEC_CODE or SEC_DATA
[deliverable/binutils-gdb.git] / bfd / coff-z80.c
index 62bb90bb8a0de2da68fd359a10b88d1bb6095830..05008cd502737fb4d3255666219169a1f5f7b190 100644 (file)
@@ -283,6 +283,7 @@ extra_case (bfd *in_abfd,
 #undef  coff_bfd_relax_section
 #define coff_bfd_relax_section bfd_coff_reloc16_relax_section
 
-CREATE_LITTLE_COFF_TARGET_VEC (z80coff_vec, "coff-z80", 0, 0, '\0', NULL, 
+CREATE_LITTLE_COFF_TARGET_VEC (z80coff_vec, "coff-z80", 0,
+                              SEC_CODE | SEC_DATA, '\0', NULL, 
                               COFF_SWAP_TABLE)
 
This page took 0.02362 seconds and 4 git commands to generate.