]> granicus.if.org Git - gc/commitdiff
Reformat gcconfig.h (related to FreeBSD/arm)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 22 Aug 2013 06:24:39 +0000 (10:24 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 25 Aug 2013 18:40:50 +0000 (22:40 +0400)
* include/private/gcconfig.h (ALIGNMENT, OS_TYPE, DYNAMIC_LOADING,
HEURISTIC2, etext, SEARCH_FOR_DATA_START): Reformat (adjust
indentation) for FreeBSD/arm.

include/private/gcconfig.h

index ed72dbc650507cc87b1e24021514e34dfe848ae5..bd1f8cd10ad53745133fd5f46e66057d6c40fb39 100644 (file)
 #     define DATAEND /* not needed */
 #   endif
 #   ifdef FREEBSD
-    /* FreeBSD/arm */
-#   define ALIGNMENT 4
-#       define OS_TYPE "FREEBSD"
-#       ifdef __ELF__
-#           define DYNAMIC_LOADING
-#       endif
-#      define HEURISTIC2
-       extern char etext[];
-#      define SEARCH_FOR_DATA_START
+      /* FreeBSD/arm */
+#     define ALIGNMENT 4
+#     define OS_TYPE "FREEBSD"
+#     ifdef __ELF__
+#       define DYNAMIC_LOADING
+#     endif
+#     define HEURISTIC2
+      extern char etext[];
+#     define SEARCH_FOR_DATA_START
 #   endif
 #   ifdef DARWIN
       /* iPhone */