From 37fb8add3054abd484455aeedee487622c6f170e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Jun 2000 23:07:15 +0000 Subject: Update. 2000-06-12 Ulrich Drepper * include/libc-symbols.h (link_warning): Work around a change in GAS which wrns about changing section attributes. Proposed by Nich Clifton . --- include/libc-symbols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libc-symbols.h b/include/libc-symbols.h index f0c7284d73..7e7a1e5535 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -179,7 +179,7 @@ # define link_warning(symbol, msg) \ __make_section_unallocated (".gnu.warning." #symbol) \ static const char __evoke_link_warning_##symbol[] \ - __attribute__ ((section (".gnu.warning." #symbol))) = msg; + __attribute__ ((section (".gnu.warning." #symbol "\n\t#"))) = msg; # else # define link_warning(symbol, msg) \ asm(".stabs \"" msg "\",30,0,0,0\n" \ -- cgit 1.4.1