alpha: Fix ev4 build with ev6 compiler

This commit is contained in:
Richard Henderson 2012-06-06 14:39:23 -07:00
parent b2afe910fb
commit 43ac6d2665
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2012-06-06 Richard Henderson <rth@twiddle.net>
* sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
redefining __ieee758_sqrt.
* sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
dual ecoff procedure descriptors.
* sysdeps/alpha/alphaev6/stxncpy.S: Likewise.

View file

@ -16,7 +16,8 @@
License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */
#include <features.h>
#include <math.h>
#include <math_private.h>
#if !defined(_IEEE_FP_INEXACT)