diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-20 23:10:51 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-21 08:16:00 +0000 |
commit | 887a4ca5b04ffa80ff2e20286e382eee9e5658d6 (patch) | |
tree | 8c9b1d3f61ace2836396302a3cd90cd2bf8f16a9 /ports/sysdeps/aarch64/fpu | |
parent | 5e543752f17c3c831a5728c745c3fccc990baba1 (diff) | |
download | glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar.gz glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar.bz2 glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.zip |
aarch64: Rename .x files to .c
Diffstat (limited to 'ports/sysdeps/aarch64/fpu')
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_ceil.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_ceilf.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_floor.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_floorf.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_frint.c (renamed from ports/sysdeps/aarch64/fpu/s_frint.x) | 0 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_frintf.c (renamed from ports/sysdeps/aarch64/fpu/s_frintf.x) | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_nearbyint.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_nearbyintf.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_rint.c | 4 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_rintf.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_round.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_roundf.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_trunc.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/fpu/s_truncf.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_ceil.c b/ports/sysdeps/aarch64/fpu/s_ceil.c index 087b9b49e7..9fe7cedeef 100644 --- a/ports/sysdeps/aarch64/fpu/s_ceil.c +++ b/ports/sysdeps/aarch64/fpu/s_ceil.c @@ -18,4 +18,4 @@ #define FUNC ceil #define INSN "frintp" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_ceilf.c b/ports/sysdeps/aarch64/fpu/s_ceilf.c index e503f991b3..a20a972efe 100644 --- a/ports/sysdeps/aarch64/fpu/s_ceilf.c +++ b/ports/sysdeps/aarch64/fpu/s_ceilf.c @@ -18,4 +18,4 @@ #define FUNC ceilf #define INSN "frintp" -#include <s_frintf.x> +#include <s_frintf.c> diff --git a/ports/sysdeps/aarch64/fpu/s_floor.c b/ports/sysdeps/aarch64/fpu/s_floor.c index 3f914b6454..216d47251b 100644 --- a/ports/sysdeps/aarch64/fpu/s_floor.c +++ b/ports/sysdeps/aarch64/fpu/s_floor.c @@ -18,4 +18,4 @@ #define FUNC floor #define INSN "frintm" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_floorf.c b/ports/sysdeps/aarch64/fpu/s_floorf.c index f5452c5bc2..debf00d2f8 100644 --- a/ports/sysdeps/aarch64/fpu/s_floorf.c +++ b/ports/sysdeps/aarch64/fpu/s_floorf.c @@ -18,4 +18,4 @@ #define FUNC floorf #define INSN "frintm" -#include <s_frintf.x> +#include <s_frintf.c> diff --git a/ports/sysdeps/aarch64/fpu/s_frint.x b/ports/sysdeps/aarch64/fpu/s_frint.c index 3c24031deb..3c24031deb 100644 --- a/ports/sysdeps/aarch64/fpu/s_frint.x +++ b/ports/sysdeps/aarch64/fpu/s_frint.c diff --git a/ports/sysdeps/aarch64/fpu/s_frintf.x b/ports/sysdeps/aarch64/fpu/s_frintf.c index 8ce97df880..873addc9ee 100644 --- a/ports/sysdeps/aarch64/fpu/s_frintf.x +++ b/ports/sysdeps/aarch64/fpu/s_frintf.c @@ -21,4 +21,4 @@ #endif #define TYPE float #define REGS "s" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_nearbyint.c b/ports/sysdeps/aarch64/fpu/s_nearbyint.c index 11fcd01243..a0b3105e52 100644 --- a/ports/sysdeps/aarch64/fpu/s_nearbyint.c +++ b/ports/sysdeps/aarch64/fpu/s_nearbyint.c @@ -18,4 +18,4 @@ #define FUNC nearbyint #define INSN "frinti" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_nearbyintf.c b/ports/sysdeps/aarch64/fpu/s_nearbyintf.c index 8d6af83e7c..5e964f8f8d 100644 --- a/ports/sysdeps/aarch64/fpu/s_nearbyintf.c +++ b/ports/sysdeps/aarch64/fpu/s_nearbyintf.c @@ -18,4 +18,4 @@ #define FUNC nearbyintf #define INSN "frinti" -#include <s_frintf.x> +#include <s_frintf.c> diff --git a/ports/sysdeps/aarch64/fpu/s_rint.c b/ports/sysdeps/aarch64/fpu/s_rint.c index 7f37f7cbe1..1b0ae9097f 100644 --- a/ports/sysdeps/aarch64/fpu/s_rint.c +++ b/ports/sysdeps/aarch64/fpu/s_rint.c @@ -16,6 +16,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#define FUNC rint +#define FUNC rint #define INSN "frintx" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_rintf.c b/ports/sysdeps/aarch64/fpu/s_rintf.c index 2d7832ab5b..1d27189000 100644 --- a/ports/sysdeps/aarch64/fpu/s_rintf.c +++ b/ports/sysdeps/aarch64/fpu/s_rintf.c @@ -18,4 +18,4 @@ #define FUNC rintf #define INSN "frintx" -#include <s_frintf.x> +#include <s_frintf.c> diff --git a/ports/sysdeps/aarch64/fpu/s_round.c b/ports/sysdeps/aarch64/fpu/s_round.c index 71ec2544b3..70b50a8156 100644 --- a/ports/sysdeps/aarch64/fpu/s_round.c +++ b/ports/sysdeps/aarch64/fpu/s_round.c @@ -18,4 +18,4 @@ #define FUNC round #define INSN "frinta" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_roundf.c b/ports/sysdeps/aarch64/fpu/s_roundf.c index 919a7529c8..74b81addf1 100644 --- a/ports/sysdeps/aarch64/fpu/s_roundf.c +++ b/ports/sysdeps/aarch64/fpu/s_roundf.c @@ -18,4 +18,4 @@ #define FUNC roundf #define INSN "frinta" -#include <s_frintf.x> +#include <s_frintf.c> diff --git a/ports/sysdeps/aarch64/fpu/s_trunc.c b/ports/sysdeps/aarch64/fpu/s_trunc.c index caf7ec13a1..cd22762f7a 100644 --- a/ports/sysdeps/aarch64/fpu/s_trunc.c +++ b/ports/sysdeps/aarch64/fpu/s_trunc.c @@ -18,4 +18,4 @@ #define FUNC trunc #define INSN "frintz" -#include <s_frint.x> +#include <s_frint.c> diff --git a/ports/sysdeps/aarch64/fpu/s_truncf.c b/ports/sysdeps/aarch64/fpu/s_truncf.c index 3cbba72bf9..f81bd50d36 100644 --- a/ports/sysdeps/aarch64/fpu/s_truncf.c +++ b/ports/sysdeps/aarch64/fpu/s_truncf.c @@ -18,4 +18,4 @@ #define FUNC truncf #define INSN "frintz" -#include <s_frintf.x> +#include <s_frintf.c> |