X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcoff-stgo32.c;h=a2b059794196bb998f2e9809233dfeda9bf47cd5;hb=d835a58baae720abe909795cb68763040d1750a8;hp=5efd69cd54d2e7affb7584c420dbf081df0bd8df;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 5efd69cd54..a2b0597941 100644 --- a/bfd/coff-stgo32.c +++ b/bfd/coff-stgo32.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub). - Copyright (C) 1997-2015 Free Software Foundation, Inc. + Copyright (C) 1997-2020 Free Software Foundation, Inc. Written by Robert Hoehne. This file is part of BFD, the Binary File Descriptor library. @@ -318,13 +318,13 @@ create_go32_stub (bfd *abfd) goto stub_end; } /* Compute the size of the stub (it is every thing up - to the beginning of the coff image). */ + to the beginning of the coff image). */ coff_start = (long) _H (2) * 512L; if (_H (1)) coff_start += (long) _H (1) - 512L; /* Currently there is only a fixed stub size of 2048 bytes - supported. */ + supported. */ if (coff_start != 2048) { close (f);