From: Ulrich Drepper Date: Sat, 3 Aug 2002 18:43:13 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~563 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7abb683a13860d04d1c20cce1dde0f44f2aa4a3f;p=thirdparty%2Fglibc.git Update. 2002-08-03 Ulrich Drepper * assert/assert.c: Use hidden_def not INTDEF. 2002-08-03 Jakub Jelinek * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is not defined. --- diff --git a/ChangeLog b/ChangeLog index 791b94bec1c..c256a534680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-08-03 Ulrich Drepper + + * assert/assert.c: Use hidden_def not INTDEF. + +2002-08-03 Jakub Jelinek + + * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is + not defined. + 2002-08-03 Roland McGrath * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. diff --git a/assert/assert.c b/assert/assert.c index 332ff7e0961..20c86eba52b 100644 --- a/assert/assert.c +++ b/assert/assert.c @@ -82,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line, abort (); } -INTDEF(__assert_fail) +hidden_def(__assert_fail)