]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: Indent preprocessor directives.
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Tue, 20 Nov 2012 23:14:25 +0000 (23:14 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 21 Nov 2012 08:16:02 +0000 (08:16 +0000)
ports/ChangeLog.aarch64
ports/sysdeps/aarch64/fpu/s_fma.c
ports/sysdeps/aarch64/fpu/s_fmin.c
ports/sysdeps/aarch64/fpu/s_frint.c
ports/sysdeps/aarch64/fpu/s_frintf.c
ports/sysdeps/aarch64/fpu/s_lrint.c
ports/sysdeps/aarch64/fpu/s_lround.c

index 103b31f3fb0706aaa1888ff8779396f5526d2c90..9029d5a4cf54ee2738e05eecbf85e7f3c511c488 100644 (file)
@@ -1,3 +1,12 @@
+2012-11-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * sysdeps/aarch64/fpu/s_fma.c: Indent preprocessor directives.
+       * sysdeps/aarch64/fpu/s_fmin.c: Likewise.
+       * sysdeps/aarch64/fpu/s_frint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_frintf.c: Likewise.
+       * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
+       * sysdeps/aarch64/fpu/s_lround.c: Likewise.
+
 2012-11-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
        * sysdeps/aarch64/dl-tlsdesc.S: Use range for copyright years.
index 7dc70739acc4c8f87bc890ce56955f322c549335..62b06428a399964f17b192351e87a2a02dbd6b6e 100644 (file)
 #include <math.h>
 
 #ifndef FUNC
-#define FUNC fma
+# define FUNC fma
 #endif
 
 #ifndef TYPE
-#define TYPE double
-#define REGS "d"
+# define TYPE double
+# define REGS "d"
 #else
-#ifndef REGS
-#error REGS not defined
-#endif
+# ifndef REGS
+#  error REGS not defined
+# endif
 #endif
 
 #define __CONCATX(a,b) __CONCAT(a,b)
index 796e4e41c5bd2400cfb0f6c93caa2cbe3b64cdd9..d10713308689500e2ceb9dd51ac68d17f227abd3 100644 (file)
 #include <math.h>
 
 #ifndef FUNC
-#define FUNC fmin
+# define FUNC fmin
 #endif
 
 #ifndef INSN
-#define INSN "fminnm"
+# define INSN "fminnm"
 #endif
 
 #ifndef TYPE
-#define TYPE double
-#define REGS "d"
+# define TYPE double
+# define REGS "d"
 #else
-#ifndef REGS
-#error REGS not defined
-#endif
+# ifndef REGS
+#  error REGS not defined
+# endif
 #endif
 
 #define __CONCATX(a,b) __CONCAT(a,b)
index 2a54cdf1b40bd124f3ad0801f70f939bfeadf701..af4a23c2149623ee8c42fada0f469ca1c5b05b27 100644 (file)
 #include <math.h>
 
 #ifndef FUNC
-#error FUNC not defined
+# error FUNC not defined
 #endif
 
 #ifndef TYPE
-#define TYPE double
-#define REGS "d"
+# define TYPE double
+# define REGS "d"
 #else
-#ifndef REGS
-#error REGS not defined
-#endif
+# ifndef REGS
+#  error REGS not defined
+# endif
 #endif
 
 #ifndef INSN
-#error INSN not defined
+# error INSN not defined
 #endif
 
 #define __CONCATX(a,b) __CONCAT(a,b)
index 1fbe8380dae74c9b93bbece685293691ceccf2b2..8d24dda83df414179537928fe1d0711134775f16 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #ifndef FUNC
-#error FUNC not defined
+# error FUNC not defined
 #endif
 #define TYPE float
 #define REGS "s"
index ccce6362846ca8f9cc97fb3ffb7cd91e05521d22..cf62753f351dfa7f4164689fff607d625763e52a 100644 (file)
 #include <math.h>
 
 #ifndef FUNC
-#define FUNC lrint
+# define FUNC lrint
 #endif
 
 #ifndef ITYPE
-#define ITYPE double
-#define IREGS "d"
+# define ITYPE double
+# define IREGS "d"
 #else
-#ifndef IREGS
-#error IREGS not defined
-#endif
+# ifndef IREGS
+#  error IREGS not defined
+# endif
 #endif
 
 #ifndef OTYPE
-#define OTYPE long int
+# define OTYPE long int
 #endif
 
 #define OREGS "x"
index b400caa950da7e527b19ebfbcdbb3a7bc5940c46..f3bb6cf238b51db423aecfc8af184cec4c137d97 100644 (file)
 #include <math.h>
 
 #ifndef FUNC
-#define FUNC lround
+# define FUNC lround
 #endif
 
 #ifndef ITYPE
-#define ITYPE double
-#define IREGS "d"
+# define ITYPE double
+# define IREGS "d"
 #else
-#ifndef IREGS
-#error IREGS not defined
-#endif
+# ifndef IREGS
+#  error IREGS not defined
+# endif
 #endif
 
 #ifndef OTYPE
-#define OTYPE long int
+# define OTYPE long int
 #endif
 
 #define OREGS "x"