X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcoff-stgo32.c;h=59d24275add89adf8741b35ea52af7043cb2ebd5;hb=809f9153986595498fbb59e547ea4e75a94a50f6;hp=e438febe319fcc156d1f8e2eaca76876a6531d15;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=external%2Fbinutils.git diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index e438feb..59d2427 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-2017 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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);