Module Name:    src
Committed By:   joerg
Date:           Wed Oct 24 20:14:56 UTC 2012

Modified Files:
        src/lib/libc: shlib_version

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/lib/libc/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/shlib_version
diff -u src/lib/libc/shlib_version:1.235 src/lib/libc/shlib_version:1.236
--- src/lib/libc/shlib_version:1.235	Fri Aug 24 06:12:52 2012
+++ src/lib/libc/shlib_version	Wed Oct 24 20:14:55 2012
@@ -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

Reply via email to