From a2b934be254cad6c725baf738f0d97df985522c6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 4 Jun 1996 09:29:39 +0000 Subject: * stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as macro. _IO_size_t is just an alias for the real size_t anyway. * elf/Makefile (libdl-routines): Add dladdr. * elf/dladdr.c: New file. * elf/dlfcn.h (Dl_info): New typedef. (dladdr): Declare it. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 90035c3aff..c26031a4a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Tue Jun 4 02:25:44 1996 Roland McGrath + * stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as + macro. _IO_size_t is just an alias for the real size_t anyway. + + * elf/Makefile (libdl-routines): Add dladdr. + * elf/dladdr.c: New file. + * elf/dlfcn.h (Dl_info): New typedef. + (dladdr): Declare it. + * sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'. * intl/l10nflist.c: Fix conditional on #include . -- cgit v1.2.3