summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2012-10-24 20:14:55 +0000
committerjoerg <joerg@NetBSD.org>2012-10-24 20:14:55 +0000
commitb378e710d4723211db546e8a2a8f8f85a4c5fbea (patch)
treed209cc983d396f4cb838ecfff4e6d6a4a77cf936 /lib/libc
parent4fee8cd16ba0bc551ad22318368dc7d7c9b781e9 (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')
-rw-r--r--lib/libc/shlib_version3
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