From: Steve Chamberlain Date: Tue, 17 Mar 1992 00:41:11 +0000 (+0000) Subject: More bitrot X-Git-Tag: gdb-4_18~22181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d65ac52cd124d98531a46e4fd93573585679dc2;p=platform%2Fupstream%2Fbinutils.git More bitrot --- diff --git a/bfd/bout.c b/bfd/bout.c index f7d7f1c..58df3d1 100644 --- a/bfd/bout.c +++ b/bfd/bout.c @@ -639,7 +639,7 @@ b_out_set_section_contents (abfd, section, location, offset, count) obj_textsec (abfd)->filepos = sizeof(struct internal_exec); obj_datasec(abfd)->filepos = obj_textsec(abfd)->filepos - + obj_textsec (abfd)->_cooked_size; + + obj_textsec (abfd)->_raw_size; } /* regardless, once we know what we're doing, we might as well get going */