From: Ivan Maidanski Date: Thu, 22 Aug 2013 06:24:39 +0000 (+0400) Subject: Reformat gcconfig.h (related to FreeBSD/arm) X-Git-Tag: gc7_2d-freebsd~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad410e1236fe7037bc9f8659c38e00c3fb269208;p=gc 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. --- diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index c04e0972..c5e10043 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1959,15 +1959,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 */