From: Ian Lance Taylor Date: Tue, 23 Jan 1996 20:53:31 +0000 (+0000) Subject: tipo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a4d8c40706c26133a01ee0c13452b8523e1f84c;p=binutils-gdb.git tipo --- diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 152846fa892..44aea2afcf2 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2714,7 +2714,7 @@ coff_set_section_contents (abfd, section, location, offset, count) { BFD_ASSERT (bfd_get_32 (abfd, rec + 4) == 2); ++section->lma; - rec += bfd_get_32 (abfd, rec) / 4; + rec += bfd_get_32 (abfd, rec) * 4; } BFD_ASSERT (rec == recend);