ia64: math: stub out new e_rem_pio2l func

The ia64 math code stubs out the existing [er]_rem_*.c files, but the
main tree has added a new one since its removal.  Stub out that new
file too.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-04-16 22:36:02 -04:00
parent 293432b4af
commit 421ff1c38d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-04-27 Mike Frysinger <vapier@gentoo.org>
* sysdeps/ia64/fpu/e_rem_pio2l.c: New file.
2012-04-27 Mike Frysinger <vapier@gentoo.org>
* sysdeps/ia64/bits/fenv.h: Change __const to const.

View File

@ -0,0 +1 @@
/* Not needed. */