diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-23 10:53:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-23 10:53:52 +0000 |
commit | 404d4cef440253fa66168ca674c4aaf80c05d512 (patch) | |
tree | d0d8354370ac47275964f1fa24caf9fa3b721d1e /ChangeLog | |
parent | 16495f81270e72edf3a8faae19dd0e0b22373cf1 (diff) | |
download | glibc-404d4cef440253fa66168ca674c4aaf80c05d512.tar.gz |
* malloc/hooks.c (__malloc_initialize_hook, __free_hook,
__malloc_hook, __realloc_hook, __memalign_hook,
__after_morecore_hook): Variable definitions moved to ...
* malloc/malloc.c: ... here, so as to be before all references.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-08-23 Roland McGrath <roland@redhat.com> + * malloc/hooks.c (__malloc_initialize_hook, __free_hook, + __malloc_hook, __realloc_hook, __memalign_hook, + __after_morecore_hook): Variable definitions moved to ... + * malloc/malloc.c: ... here, so as to be before all references. + * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy global variable reference in an unused asm parameter, to ensure the compiler has set up the GOT register before we use it. |