Don't add DT_NEEDED for unmatched symbol
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index d7e83513cebb728d148435e7243325176d526247..caceab6e68eaf73ec9b6d33c2a507c6325758bcc 100644 (file)
@@ -5759,6 +5759,7 @@ coff_bigobj_swap_sym_in (bfd * abfd, void * ext1, void * in1)
     }
 
   in->n_value = H_GET_32 (abfd, ext->e_value);
+  BFD_ASSERT (sizeof (in->n_scnum) >= 4);
   in->n_scnum = H_GET_32 (abfd, ext->e_scnum);
   in->n_type = H_GET_16 (abfd, ext->e_type);
   in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
This page took 0.024606 seconds and 4 git commands to generate.