X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fcoffgrok.c;h=52ed9206698dce2f6b2d9e9fb5a2ced16c935016;hb=9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a;hp=87b87c3cbd597b01429ac1192744c75efed86f95;hpb=d93c7787a0dd4261b8ac65a92a33196b62ef57b4;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 87b87c3cbd..52ed920669 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -1,5 +1,5 @@ /* coffgrok.c - Copyright (C) 1994-2015 Free Software Foundation, Inc. + Copyright (C) 1994-2016 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -886,7 +886,7 @@ coff_grok (bfd *inabfd) non_fatal (_("%s: is not a COFF format file"), bfd_get_filename (abfd)); return NULL; } - + storage = bfd_get_symtab_upper_bound (abfd); if (storage < 0)