* reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
authorAlan Modra <amodra@gmail.com>
Tue, 29 Jun 2004 13:51:20 +0000 (13:51 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 29 Jun 2004 13:51:20 +0000 (13:51 +0000)
bfd/ChangeLog
bfd/reloc16.c

index 3767818320e3d3ad991bf9239d776b4278acb398..8e6011447f55fbd5b2e3f3ac59ce7c130bc01e30 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
+
 2004-06-29  Alan Modra  <amodra@bigpond.net.au>
 
        * bfd-in.h (bfd_get_section_limit): Define.
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;