From d052b31b79a3681db7de04177a55b04354320a61 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Jul 2000 06:15:13 +0000 Subject: Update. * libio/Makefile (routines): Add fwide. * libio/iofwide.c (_IO_fwide): Remove locking. This is done in fwide now. Internal calls to _IO_fwide must do locking themselves or don't need locking. * libio/fwide.c: New file. * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB. --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ecd6fd7..47ee8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ 2000-07-20 Ulrich Drepper - * elf/dl-load.c (_dl_map_object): Implement handling of - DF_1_NODEFLIB. + * libio/Makefile (routines): Add fwide. + * libio/iofwide.c (_IO_fwide): Remove locking. This is done in + fwide now. Internal calls to _IO_fwide must do locking themselves + or don't need locking. + * libio/fwide.c: New file. + + * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB. * elf/Makefile: Add no modules for nodelete test. * elf/nodelmod3.c: New file. -- cgit v1.1