Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/dist/gold/errors.cc,v rcsdiff: /ftp/cvs/cvsroot/src/external/gpl3/binutils.old/dist/gold/errors.cc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- src/external/gpl3/binutils.old/dist/gold/errors.cc 2016/10/26 17:03:17 1.1.1.2 +++ src/external/gpl3/binutils.old/dist/gold/errors.cc 2018/04/14 15:36:59 1.1.1.3 @@ -1,6 +1,6 @@ // errors.cc -- handle errors for gold -// Copyright (C) 2006-2015 Free Software Foundation, Inc. +// Copyright (C) 2006-2016 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -198,6 +198,9 @@ Errors::undefined_symbol(const Symbol* s gold_info(_("%s: the vtable symbol may be undefined because " "the class is missing its key function"), program_name); + if (sym->is_placeholder()) + gold_info(_("%s: the symbol should have been defined by a plugin"), + program_name); } // Issue a debugging message.