diff options
| author | joerg <joerg@NetBSD.org> | 2012-10-24 20:14:55 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2012-10-24 20:14:55 +0000 |
| commit | b378e710d4723211db546e8a2a8f8f85a4c5fbea (patch) | |
| tree | d209cc983d396f4cb838ecfff4e6d6a4a77cf936 /lib/libc/shlib_version | |
| parent | 4fee8cd16ba0bc551ad22318368dc7d7c9b781e9 (diff) | |
Remove alloca when we get a chance to avoid issues like PR lib/47120.
With an modern optimising compiler, backend integration is necessary as
soon as frame pointers are optional.
Diffstat (limited to 'lib/libc/shlib_version')
| -rw-r--r-- | lib/libc/shlib_version | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index c258b102079..d11ed4b39cc 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -# $NetBSD: shlib_version,v 1.235 2012/08/24 06:12:52 dholland Exp $ +# $NetBSD: shlib_version,v 1.236 2012/10/24 20:14:55 joerg Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # # things we wish to do on next major version bump: @@ -34,5 +34,6 @@ # - remove gets(); it is finally dead in c11. # - make __cerror (spelled CERROR) hidden again # - remove ruserok() and friends to libcompat (or entirely) +# - remove alloca fallback and expect compiler to provide a builtin version. major=12 minor=185 |
