From: Mike Frysinger Date: Tue, 17 Apr 2012 02:36:02 +0000 (-0400) Subject: ia64: math: stub out new e_rem_pio2l func X-Git-Tag: glibc-2.16-ports-before-merge~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=421ff1c38d42f98a9a0922991c57639d66dbf144;p=thirdparty%2Fglibc.git 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 --- diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index 6bdca2cf0b9..3d7abe5a85a 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,3 +1,7 @@ +2012-04-27 Mike Frysinger + + * sysdeps/ia64/fpu/e_rem_pio2l.c: New file. + 2012-04-27 Mike Frysinger * sysdeps/ia64/bits/fenv.h: Change __const to const. diff --git a/sysdeps/ia64/fpu/e_rem_pio2l.c b/sysdeps/ia64/fpu/e_rem_pio2l.c new file mode 100644 index 00000000000..41254ae60a0 --- /dev/null +++ b/sysdeps/ia64/fpu/e_rem_pio2l.c @@ -0,0 +1 @@ +/* Not needed. */