arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
authorAndreas Tobler <andreast@gcc.gnu.org>
Fri, 9 Jan 2015 21:52:07 +0000 (22:52 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 9 Jan 2015 21:52:07 +0000 (22:52 +0100)
2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.

From-SVN: r219412

gcc/ChangeLog
gcc/config/arm/arm.h

index 8ad86033fdc12b9166a7b140e6529821fb49f697..6d57ef91517e40db8ff479d0cbeef2ddeff73e42 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
+
 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
            Jakub Jelinek  <jakub@redhat.com>
 
index 9d60fcd1c93968265f1f97b32496a98178373d77..556e2dada47853f7b22b30cff55c8652a3a81f26 100644 (file)
@@ -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
 
 \f