Fix build when DEBUG is defined but DEBUG_MATH is not.
authorIan Romanick <idr@us.ibm.com>
Mon, 16 Oct 2006 20:57:09 +0000 (20:57 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 16 Oct 2006 20:57:09 +0000 (20:57 +0000)
commit8c5ae809163c49cf3785edaee9af0f5b6cfe5f4b
tree3dfa0f1c592e2a1a28fc321df8c72f28adbbd2e7
parent28081ae6c08378372651d4acdec48e5c88fc8cce
Fix build when DEBUG is defined but DEBUG_MATH is not.

A couple places attempted to call _math_test_all_*_functions when
DEBUG was defined.  These routines only exist when DEBUG_MATH is
defined.
src/mesa/sparc/sparc.c
src/mesa/x86-64/x86-64.c