From: Ulrich Drepper Date: Thu, 12 Mar 1998 14:33:11 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/before-sparc-2_0_x-branch~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003276d8dbd6484b8c4f52f7fed843a2e3d1c481;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 005c7b1d231..2cf26937707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1998-03-12 14:24 Ulrich Drepper + + * elf/dlerror.c (last_object_name): Removed. + (dlerror): Don't use last_object_name. + (_dl_error_run): Omit second argument to _dl_catch_error. + * elf/dl-error.c (struct catch): Remove objname member. + (_dl_signal_error): Construct string including objname when given. + (_dl_catch_error): Remove objname handling. + * elf/link.h (_dl_catch_error): Fix prototype and comment. + * elf/rtld.c (dl_main): Call _dl_catch_error correctly. + * elf/dl-deps.c (_dl_map_objet_deps): Likewise. + * nss/nsswitch.c (nss_dlerror_run): Likewise. + [Corrects PR libc/501]. + 1998-03-12 Ulrich Drepper * elf/rtld.c (dl_main): Install link maps for preloaded objects