summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 09:29:39 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 09:29:39 +0000
commita2b934be254cad6c725baf738f0d97df985522c6 (patch)
tree11c9280fa0c9480cb4bf74a0a2d5432493bfafa1 /ChangeLog
parent55f3aaff8c2a31288f9dde795b63b95d04fca341 (diff)
* 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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <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>.