* reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
[deliverable/binutils-gdb.git] / bfd / reloc16.c
index 4e809537dca3722ee0ece7de715a0ff4ba7afec0..04e6a21dc6b2320e15c80ed903a6baa50d5789cf 100644 (file)
@@ -230,6 +230,7 @@ bfd_coff_reloc16_relax_section (abfd, input_section, link_info, again)
       free ((char *) shrinks);
     }
 
+  input_section->rawsize = input_section->size;
   input_section->size -= shrink;
   free ((char *) reloc_vector);
   return TRUE;
This page took 0.023867 seconds and 4 git commands to generate.