From: andreast Date: Fri, 9 Jan 2015 21:52:07 +0000 (+0000) Subject: 2015-01-09 Andreas Tobler X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f369cfe29f4330a66c869c4ad02b071cc6a005b;p=thirdparty%2Fgcc.git 2015-01-09 Andreas Tobler * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219412 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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