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_4_0~23^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ab9bbc2fc6891e8f780dfb3c05b2243e657cd63;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 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 */