aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-01-09 22:52:07 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2015-01-09 22:52:07 +0100
commit5357406ff8f315c90a69b87862b11d00830cd159 (patch)
treedd3446bb85901e75bf7c09b01b93457bdfd9dbd6 /gcc
parent860e981ce96b322ed991c4a1744f588917e5b268 (diff)
downloadgcc-5357406ff8f315c90a69b87862b11d00830cd159.zip
gcc-5357406ff8f315c90a69b87862b11d00830cd159.tar.gz
gcc-5357406ff8f315c90a69b87862b11d00830cd159.tar.bz2
arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
2015-01-09 Andreas Tobler <andreast@gcc.gnu.org> * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. From-SVN: r219412
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/arm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ad8603..6d57ef9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 9d60fcd..556e2da 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