Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 18:43:13 +0000 (18:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 18:43:13 +0000 (18:43 +0000)
2002-08-03  Ulrich Drepper  <drepper@redhat.com>

* assert/assert.c: Use hidden_def not INTDEF.

2002-08-03  Jakub Jelinek  <jakub@redhat.com>

* include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
not defined.

ChangeLog
assert/assert.c

index 791b94bec1cc4400cf957ec52543175db954f39b..c256a5346800eb263fc497103bc2df832dfb32bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-08-03  Ulrich Drepper  <drepper@redhat.com>
+
+       * assert/assert.c: Use hidden_def not INTDEF.
+
+2002-08-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
+       not defined.
+
 2002-08-03  Roland McGrath  <roland@redhat.com>
 
        * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
index 332ff7e0961dbef73b493479cfc4a3677b8cb6b1..20c86eba52b89fdb807a5164ed5354bdcea53384 100644 (file)
@@ -82,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,
 
   abort ();
 }
-INTDEF(__assert_fail)
+hidden_def(__assert_fail)