mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove redunant "warning: " prefix from stub warnings.
This commit is contained in:
parent
a445af0bc7
commit
cd52592332
@ -1,3 +1,8 @@
|
||||
2013-02-12 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* include/libc-symbols.h (stub_warning): Remove "warning: " prefix
|
||||
from the message. The linker prefixes all warnings with that already.
|
||||
|
||||
2013-02-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
[BZ #15078]
|
||||
|
@ -228,8 +228,7 @@
|
||||
/* A canned warning for sysdeps/stub functions. */
|
||||
#define stub_warning(name) \
|
||||
__make_section_unallocated (".gnu.glibc-stub." #name) \
|
||||
link_warning (name, \
|
||||
"warning: " #name " is not implemented and will always fail")
|
||||
link_warning (name, #name " is not implemented and will always fail")
|
||||
|
||||
/* Warning for linking functions calling dlopen into static binaries. */
|
||||
#ifdef SHARED
|
||||
|
Loading…
Reference in New Issue
Block a user