diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-17 00:41:11 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-17 00:41:11 +0000 |
commit | 0d65ac52cd124d98531a46e4fd93573585679dc2 (patch) | |
tree | ae6939a6fab74f039b2eb4d11866b5713587733b | |
parent | 5531526a10e2793b82ff3470d78c7883929ed174 (diff) | |
download | gdb-0d65ac52cd124d98531a46e4fd93573585679dc2.zip gdb-0d65ac52cd124d98531a46e4fd93573585679dc2.tar.gz gdb-0d65ac52cd124d98531a46e4fd93573585679dc2.tar.bz2 |
More bitrot
-rw-r--r-- | bfd/bout.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |