Module Name:src
Committed By: dholland
Date: Mon Jan 3 09:14:21 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: t_except.c
Log Message:
remove another extraneous static
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/ieeefp/t_except.c
Module Name:src
Committed By: dholland
Date: Mon Jan 3 09:10:54 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: t_except.c
Log Message:
fix this properly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ieeefp/t_except.c
Please note t
Module Name:src
Committed By: christos
Date: Sun Jan 2 21:17:19 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: Makefile t_except.c
Log Message:
avoid cloberring warning.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ieeefp/Makefile
Module Name:src
Committed By: martin
Date: Sun Jan 2 13:49:16 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: Makefile
Log Message:
Stopgap buildfix: gcc complains about test_ops possibly being clobbered
by sigjmp and I can't find a proper way to add -Wno-uninitialize