summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-08-22 10:24:39 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-08-25 22:40:50 +0400
commit9ab9bbc2fc6891e8f780dfb3c05b2243e657cd63 (patch)
treeee16d8e89cea907722716bcbbfc9f97d6ccaff74
parente18daf92d361f8c5258a62a96cc9c9b112697ee4 (diff)
downloadbdwgc-9ab9bbc2fc6891e8f780dfb3c05b2243e657cd63.tar.gz
Reformat gcconfig.h (related to FreeBSD/arm)
* include/private/gcconfig.h (ALIGNMENT, OS_TYPE, DYNAMIC_LOADING, HEURISTIC2, etext, SEARCH_FOR_DATA_START): Reformat (adjust indentation) for FreeBSD/arm.
-rw-r--r--include/private/gcconfig.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h
index ed72dbc6..bd1f8cd1 100644
--- a/include/private/gcconfig.h
+++ b/include/private/gcconfig.h
@@ -2026,15 +2026,15 @@
# 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 */