1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-04 03:22:14 +03:00

Fix PLT use due to __libc_alloca_cutoff.

This commit is contained in:
Ulrich Drepper
2011-01-13 14:01:56 -05:00
parent cfa28e560e
commit a85b5cb4d4
4 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ extern void *__alloca (size_t __size);
extern int __libc_use_alloca (size_t size) __attribute__ ((const));
extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const));
libc_hidden_proto (__libc_alloca_cutoff)
#define __MAX_ALLOCA_CUTOFF 65536