mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
1998-03-14 11:47 H.J. Lu <hjl@gnu.org> * elf/dl-close.c (_dl_close): Stop unmapping the segments after unmapping the last loaded segment. 1998-03-14 15:54 Ulrich Drepper <drepper@cygnus.com> * configure.in: Set base_os for Irix6. Correct test for .weakext. 1998-03-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * elf/dl-deps.c (_dl_map_object_deps): Add first parameter (new_line) to _dl_debug_message call. * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
This commit is contained in:
@ -203,7 +203,7 @@ _dl_map_object_deps (struct link_map *map,
|
||||
|
||||
/* Say that we are about to load an auxiliary library. */
|
||||
if (_dl_debug_libs)
|
||||
_dl_debug_message ("load auxiliary object=",
|
||||
_dl_debug_message (1, "load auxiliary object=",
|
||||
strtab + d->d_un.d_val,
|
||||
" requested by file=",
|
||||
l->l_name[0]
|
||||
@ -226,7 +226,7 @@ _dl_map_object_deps (struct link_map *map,
|
||||
{
|
||||
/* Say that we are about to load an auxiliary library. */
|
||||
if (_dl_debug_libs)
|
||||
_dl_debug_message ("load filtered object=",
|
||||
_dl_debug_message (1, "load filtered object=",
|
||||
strtab + d->d_un.d_val,
|
||||
" requested by file=",
|
||||
l->l_name[0]
|
||||
|
Reference in New Issue
Block a user