From: Andreas Tobler Date: Fri, 9 Jan 2015 21:52:07 +0000 (+0100) Subject: arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. X-Git-Tag: releases/gcc-5.1.0~1912 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5357406ff8f315c90a69b87862b11d00830cd159;p=thirdparty%2Fgcc.git arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. 2015-01-09 Andreas Tobler * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. From-SVN: r219412 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ad86033fdc1..6d57ef91517e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-09 Andreas Tobler + + * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. + 2015-01-09 Bernd Schmidt Jakub Jelinek diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 9d60fcd1c939..556e2dada478 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -768,7 +768,7 @@ extern int arm_arch_crc; /* The maximum size of the sync library functions supported. */ #ifndef MAX_SYNC_LIBFUNC_SIZE -#define MAX_SYNC_LIBFUNC_SIZE (2 * UNITS_PER_WORD); +#define MAX_SYNC_LIBFUNC_SIZE (2 * UNITS_PER_WORD) #endif