Module Name: src
Committed By: skrll
Date: Wed Jul 24 11:45:48 UTC 2013
Modified Files:
src/doc: HACKS
src/tests/lib/libc/sys: Makefile
Log Message:
There wasn't a codegen bug - the test program itself was buggy.
Nothing to see hear... move along.
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/doc/HACKS
cvs rdiff -u -r1.33 -r1.34 src/tests/lib/libc/sys/Makefile
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.133 src/doc/HACKS:1.134
--- src/doc/HACKS:1.133 Tue Jul 23 14:52:07 2013
+++ src/doc/HACKS Wed Jul 24 11:45:48 2013
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.133 2013/07/23 14:52:07 skrll Exp $
+# $NetBSD: HACKS,v 1.134 2013/07/24 11:45:48 skrll Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -807,15 +807,6 @@ port hp700
hack compiler error with gcc 4.5.x
cdate Tue Jul 23 07:42:28 BST 2013
who skrll
- file src/tests/lib/libc/sys/Makefile: 1.32
- descr
- workaround for codegen bug affecting t_msgrcv.c. Callee saved (%r4)
- corruption.
- kcah
-
- hack compiler error with gcc 4.5.x
- cdate Tue Jul 23 07:42:28 BST 2013
- who skrll
file src/sys/lib/libkern/Makefile.libkern: 1.26
descr
workaround for unanalysed codegen bug affecting md5c.c.
Index: src/tests/lib/libc/sys/Makefile
diff -u src/tests/lib/libc/sys/Makefile:1.33 src/tests/lib/libc/sys/Makefile:1.34
--- src/tests/lib/libc/sys/Makefile:1.33 Tue Jul 23 07:04:18 2013
+++ src/tests/lib/libc/sys/Makefile Wed Jul 24 11:45:48 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/07/23 07:04:18 skrll Exp $
+# $NetBSD: Makefile,v 1.34 2013/07/24 11:45:48 skrll Exp $
MKMAN= no
@@ -75,9 +75,5 @@ LDADD.t_posix_fadvise+= -lrumpvfs -lrump
WARNS= 4
-.if ${HAVE_GCC:U} == "45" && ${MACHINE_CPU} == "hppa"
-COPTS.t_msgrcv.c += ${${ACTIVE_CC} == "gcc" :? -O0 :}
-.endif
-
.include <bsd.test.mk>