diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-04 09:29:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-04 09:29:39 +0000 |
commit | a2b934be254cad6c725baf738f0d97df985522c6 (patch) | |
tree | 11c9280fa0c9480cb4bf74a0a2d5432493bfafa1 /ChangeLog | |
parent | 55f3aaff8c2a31288f9dde795b63b95d04fca341 (diff) | |
download | glibc-a2b934be254cad6c725baf738f0d97df985522c6.zip glibc-a2b934be254cad6c725baf738f0d97df985522c6.tar.gz glibc-a2b934be254cad6c725baf738f0d97df985522c6.tar.bz2 |
* stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define ascvs/libc-960604
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Tue Jun 4 02:25:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * 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 <argz.h>. |