Skip to content

Commit

Permalink
alpha: Fix ev4 build with ev6 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Henderson committed Jun 6, 2012
1 parent b2afe91 commit 43ac6d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.alpha
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/alpha/fpu/e_sqrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 43ac6d2

Please sign in to comment.