diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 18:10:17 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 18:10:17 -0400 |
commit | 22a89187139a9083ca73989bfd11597e0f85cb61 (patch) | |
tree | b4aed5fc659f72e14dc14dc68d68c8de4895893f /ChangeLog | |
parent | d063d164335938d557460bebaa7cfe388157b627 (diff) | |
download | glibc-22a89187139a9083ca73989bfd11597e0f85cb61.tar.gz glibc-22a89187139a9083ca73989bfd11597e0f85cb61.tar.xz glibc-22a89187139a9083ca73989bfd11597e0f85cb61.zip |
Simplify malloc code
Remove all kinds of unused configuration options and dead code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 17c9dcdb19..9b2b30428e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-09-10 Ulrich Drepper <drepper@gmail.com> + * malloc/malloc.c: Removed unused configurations and dead code. + * malloc/arena.c: Likewise. + * malloc/hooks.c: Likewise. + * malloc/Makefile (-CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS. + * include/tls.h: Removed. USE___THREAD must always be defined. * bits/libc-tsd.h: Don't handle !USE___THREAD. * elf/dl-libc.c: Likewise. |