Remove redunant "warning: " prefix from stub warnings.
authorRoland McGrath <roland@hack.frob.com>
Wed, 13 Feb 2013 00:15:59 +0000 (16:15 -0800)
committerRoland McGrath <roland@hack.frob.com>
Wed, 13 Feb 2013 00:15:59 +0000 (16:15 -0800)
ChangeLog
include/libc-symbols.h

index 77eec48bbd9e7d04038639ff87a4e4a5a7ce19d0..b46fb855d7ed9c528aff605c5933075a718972e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 0608320afc88c8aec2c68fda379d58786afe28d2..f043ce085004d2432877f5a0932d8951ed267dfc 100644 (file)
 /* 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