GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
authortb <tb@openbsd.org>
Tue, 28 Nov 2017 06:55:49 +0000 (06:55 +0000)
committertb <tb@openbsd.org>
Tue, 28 Nov 2017 06:55:49 +0000 (06:55 +0000)
commite34cb67ca6a03d6ed8f381b6dd30bd8428efd463
tree0541aa34ee10ea60f48c1e3edaf15b1624099e7d
parentcfdafa2fc1056f986eadef0eeb6083ef5e9ff240
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
with "warning: " since 2003, so the messages themselves need not
contain the prefix anymore.

From Scott Cheloha
ok jca, deraadt
16 files changed:
lib/libc/arch/i386/string/strcat.S
lib/libc/arch/i386/string/strcpy.S
lib/libc/compat-43/getwd.c
lib/libc/stdio/mktemp.c
lib/libc/stdio/sprintf.c
lib/libc/stdio/tempnam.c
lib/libc/stdio/tmpnam.c
lib/libc/stdio/vsprintf.c
lib/libc/stdlib/rand.c
lib/libc/stdlib/random.c
lib/libc/string/stpcpy.c
lib/libc/string/strcat.c
lib/libc/string/strcpy.c
lib/libc/string/wcscat.c
lib/libc/string/wcscpy.c
lib/libcrypto/evp/evp_enc.c