2000-06-12  Ulrich Drepper  <drepper@redhat.com>

	* include/libc-symbols.h (link_warning): Work around a change in
	GAS which wrns about changing section attributes.
	Proposed by Nich Clifton <nickc@redhat.com>.
This commit is contained in:
Ulrich Drepper 2000-06-12 23:07:15 +00:00
parent 2caacb0adc
commit 37fb8add30
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-06-12 Ulrich Drepper <drepper@redhat.com>
* include/libc-symbols.h (link_warning): Work around a change in
GAS which wrns about changing section attributes.
Proposed by Nich Clifton <nickc@redhat.com>.
2000-06-12 H.J. Lu <hjl@gnu.org>
* sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.

3
NEWS
View File

@ -44,6 +44,9 @@ Version 2.2
* The port to MIPS-Linux has been finished by Andreas Jaeger.
* A port to Hitachi SH3 and SH4 has been contributed by Kazumoto Kojima
and Yutaka Niibe.
Version 2.1.3

View File

@ -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" \