mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Update.
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:
parent
2caacb0adc
commit
37fb8add30
@ -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
3
NEWS
@ -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
|
||||
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user