about summary refs log tree commit diff
path: root/ports/sysdeps/aarch64/fpu/s_frintf.c
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-20 23:10:51 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-21 08:16:00 +0000
commit887a4ca5b04ffa80ff2e20286e382eee9e5658d6 (patch)
tree8c9b1d3f61ace2836396302a3cd90cd2bf8f16a9 /ports/sysdeps/aarch64/fpu/s_frintf.c
parent5e543752f17c3c831a5728c745c3fccc990baba1 (diff)
downloadglibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar.gz
glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar.xz
glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.zip
aarch64: Rename .x files to .c
Diffstat (limited to 'ports/sysdeps/aarch64/fpu/s_frintf.c')
-rw-r--r--ports/sysdeps/aarch64/fpu/s_frintf.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_frintf.c b/ports/sysdeps/aarch64/fpu/s_frintf.c
new file mode 100644
index 0000000000..873addc9ee
--- /dev/null
+++ b/ports/sysdeps/aarch64/fpu/s_frintf.c
@@ -0,0 +1,24 @@
+/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation; either version 2.1 of the
+   License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
+
+#ifndef FUNC
+#error FUNC not defined
+#endif
+#define TYPE float
+#define REGS "s"
+#include <s_frint.c>