NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47120 CVS commit: src/lib/libc



The following reply was made to PR lib/47120; it has been noted by GNATS.

From: "Joerg Sonnenberger" <joerg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47120 CVS commit: src/lib/libc
Date: Wed, 24 Oct 2012 20:14:56 +0000

 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.
 


Home | Main Index | Thread Index | Old Index