Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Jun 2000 23:07:15 +0000 (23:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Jun 2000 23:07:15 +0000 (23:07 +0000)
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>.

ChangeLog
NEWS
include/libc-symbols.h

index beb185c..9ebc711 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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__.
diff --git a/NEWS b/NEWS
index 79440c6..b90e7db 100644 (file)
--- a/NEWS
+++ b/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.
+
 \f
 Version 2.1.3
 
index f0c7284..7e7a1e5 100644 (file)
 #  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"  \