diff options
author | Roland McGrath <roland@gnu.org> | 1995-12-02 10:00:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-12-02 10:00:20 +0000 |
commit | 0fe4e552917483253b68ac9800b8bd292bf3a51d (patch) | |
tree | adf82ff1f8237186f70460a11934f85b2b5be12f /ChangeLog | |
parent | 376fd36e2d2383b9049e81ce9494b904a101e4d1 (diff) | |
download | glibc-0fe4e552917483253b68ac9800b8bd292bf3a51d.tar.gz glibc-0fe4e552917483253b68ac9800b8bd292bf3a51d.tar.xz glibc-0fe4e552917483253b68ac9800b8bd292bf3a51d.zip |
Sat Dec 2 03:47:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-951202
* sysdeps/unix/sysv/linux/i386/sbrk.S: File removed. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_SYSDEP_INIT]: Invoke this macro before calling DL_MAIN. * malloc/malloc.c (malloc): Do initialization here, before checking the hook. (_malloc_internal): Don't do it here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bc2d878212..891d191bef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Dec 2 03:47:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * sysdeps/unix/sysv/linux/i386/sbrk.S: File removed. + + * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_SYSDEP_INIT]: + Invoke this macro before calling DL_MAIN. + + * malloc/malloc.c (malloc): Do initialization here, before + checking the hook. + (_malloc_internal): Don't do it here. + Wed Nov 29 12:30:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * libio/vsnprintf.c (__vsnprintf): Define as alias. |