X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fstabs.c;h=3139bf5c35a74d61078851ac67d6fb5533152f5f;hb=f96bd6c2d7a3801fabbf9d834f7a29b752aa7532;hp=e6526c5148b902ab7b81d52043138ef36bd5d4b6;hpb=759388538d1339f6a634b2777e24f46427dd9c96;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/stabs.c b/bfd/stabs.c index e6526c5148..3139bf5c35 100644 --- a/bfd/stabs.c +++ b/bfd/stabs.c @@ -1,5 +1,5 @@ /* Stabs in sections linking support. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -274,7 +274,8 @@ _bfd_link_section_stabs (bfd *abfd, symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF); if (symstroff >= stabstrsec->size) { - (*_bfd_error_handler) + _bfd_error_handler + /* xgettext:c-format */ (_("%B(%A+0x%lx): Stabs entry has invalid string index."), abfd, stabsec, (long) (sym - stabbuf)); bfd_set_error (bfd_error_bad_value);