http://sourceware.org/bugzilla/show_bug.cgi?id=15780

--- Comment #4 from Andreas Schwab <sch...@linux-m68k.org> ---
>From libc/include/libc-symbols.h:

/* Tacking on "\n\t#" to the section name makes gcc put it's bogus
   section attributes on what looks like a comment to the assembler.  */
#ifdef HAVE_SECTION_QUOTES
# define __sec_comment "\"\n\t#\""
#else
# define __sec_comment "\n\t#"
#endif
#define link_warning(symbol, msg) \
  __make_section_unallocated (".gnu.warning." #symbol) \
  static const char __evoke_link_warning_##symbol[]    \
    __attribute__ ((used, section (".gnu.warning." #symbol __sec_comment))) \
    = msg;

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to