daily update
[deliverable/binutils-gdb.git] / bfd / reloc16.c
index 4e809537dca3722ee0ece7de715a0ff4ba7afec0..3adbbc75cd1af03930a20d1c6a8294a72a0fc33b 100644 (file)
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* Most of this hacked by Steve Chamberlain <sac@cygnus.com>.  */
 
@@ -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.023665 seconds and 4 git commands to generate.