diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-09 07:10:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-09 07:10:19 +0000 |
commit | a481b13cc296a354f9349ed41839881bbcbdf9cc (patch) | |
tree | 56e7c76acaf53218bba410b4ffe61a8100d89611 /ChangeLog | |
parent | 14a60f044087f2fccf7c7d8fe4ab88f8ff3543e2 (diff) | |
download | glibc-a481b13cc296a354f9349ed41839881bbcbdf9cc.tar.gz glibc-a481b13cc296a354f9349ed41839881bbcbdf9cc.tar.xz glibc-a481b13cc296a354f9349ed41839881bbcbdf9cc.zip |
Update.
* elf/dl-load.c (lose): Use noinline attribute instead of silly alloca to prevent inlining. * elf/dl-runtime.c (fixup): Likewise. (profile_fixup): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 02e16d47f4..39a310a3ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-02-08 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (lose): Use noinline attribute instead of silly + alloca to prevent inlining. + * elf/dl-runtime.c (fixup): Likewise. + (profile_fixup): Likewise. + * stdio-common/printf_size.c: Undo parts of patch from 2000-2-11. Initialize width correctly. |