From 5357406ff8f315c90a69b87862b11d00830cd159 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Fri, 9 Jan 2015 22:52:07 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/arm.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2