From 60318997b84ab88b1a89f649a9c7dd832439091e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Apr 2012 22:19:02 -0400 Subject: [PATCH] ia64: convert "math{,_private}.h" to The main tree decided to change all these includes to <...>, so update the ia64 code accordingly. Processed with a simple sed script: find `find sysdeps/ -name ia64` -type f -exec sed -i \ -r '/include/s:"(math.h|math_private.h)":<\1>:' {} + Signed-off-by: Mike Frysinger --- ChangeLog.ia64 | 6 ++++++ sysdeps/ia64/fpu/s_matherrf.c | 4 ++-- sysdeps/ia64/fpu/s_matherrl.c | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index 85a3129d01..f48cbf9072 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,3 +1,9 @@ +2012-04-27 Mike Frysinger + + * sysdeps/ia64/fpu/s_matherrf.c: Change "math.h" and "math_private.h" + to and . + * sysdeps/ia64/fpu/s_matherrl.c: Likewise. + 2012-04-27 Mike Frysinger * sysdeps/ia64/hp-timing.h: Change stdio-common/_itoa.h to _itoa.h. diff --git a/sysdeps/ia64/fpu/s_matherrf.c b/sysdeps/ia64/fpu/s_matherrf.c index 4b3033ecc3..31f52aa408 100644 --- a/sysdeps/ia64/fpu/s_matherrf.c +++ b/sysdeps/ia64/fpu/s_matherrf.c @@ -11,8 +11,8 @@ */ -#include "math.h" -#include "math_private.h" +#include +#include #include "libm_support.h" #ifdef __STDC__ diff --git a/sysdeps/ia64/fpu/s_matherrl.c b/sysdeps/ia64/fpu/s_matherrl.c index 751cc6b51e..e0bf638342 100644 --- a/sysdeps/ia64/fpu/s_matherrl.c +++ b/sysdeps/ia64/fpu/s_matherrl.c @@ -11,8 +11,8 @@ */ -#include "math.h" -#include "math_private.h" +#include +#include #include "libm_support.h" #ifdef __STDC__