diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 14:01:56 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 14:01:56 -0500 |
commit | a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c (patch) | |
tree | 0c240f5120d99d2b239d83333b533505fe308a36 /nptl/ChangeLog | |
parent | cfa28e560ef69372b9e15e9a2d924a0fbcfc7bca (diff) | |
download | glibc-a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c.tar.gz glibc-a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c.tar.xz glibc-a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c.zip |
Fix PLT use due to __libc_alloca_cutoff.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 97400e5b3a..22b820866b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -2,6 +2,7 @@ [BZ #10484] * Versions [libc] (GLIBC_PRIVATE): Export __libc_alloca_cutoff. + * alloca_cutoff.c: Add libc_hidden_def. 2010-10-13 H.J. Lu <hongjiu.lu@intel.com> |