aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e1888362..c95e6f8371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.