Module Name:    src
Committed By:   christos
Date:           Wed May  4 22:42:40 UTC 2016

Modified Files:
        src/doc: HACKS

Log Message:
mention libmalloc hack


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/doc/HACKS

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

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.165 src/doc/HACKS:1.166
--- src/doc/HACKS:1.165	Thu Apr 28 17:18:23 2016
+++ src/doc/HACKS	Wed May  4 18:42:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.165 2016/04/28 21:18:23 mrg Exp $
+# $NetBSD: HACKS,v 1.166 2016/05/04 22:42:40 christos Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -27,6 +27,15 @@
 #
 # this is a comment.
 
+hack	gcc-5.3 optimizes memset+malloc -> calloc inside calloc
+mdate	4 May 2016
+who	christos
+file	external/gpl2/lib/libmalloc/lib/Makefile 1.3 -> 1.5
+descr
+	resulting in infinite recursion; we prevent this with
+	-fno-builtin-malloc
+kcah
+
 hack	netstat ieee1394 address printing.
 mdate	14 Nov 2000
 who	matt

Reply via email to