From: Ulrich Drepper Date: Thu, 23 Aug 2001 04:17:06 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-2-5~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd6f8f73519ba7bf6c702c2d244001b48b6f0a0;p=thirdparty%2Fglibc.git Update. 2001-08-22 Ulrich Drepper * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to avoid warnings. * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using DL_LOOKUP_ADDRESS. --- diff --git a/ChangeLog b/ChangeLog index 1d74d9a1493..2daef263e90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-08-22 Ulrich Drepper + + * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to + avoid warnings. + + * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using + DL_LOOKUP_ADDRESS. + 2001-08-22 Roland McGrath * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up diff --git a/test-skeleton.c b/test-skeleton.c index bb02925dc96..c1fa96c22fd 100644 --- a/test-skeleton.c +++ b/test-skeleton.c @@ -1,5 +1,5 @@ /* Skeleton for test programs. - Copyright (C) 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -64,6 +64,7 @@ struct temp_name_list /* Add temporary files in list. */ static void +__attribute__ ((unused)) add_temp_file (const char *name) { struct temp_name_list *newp