Balance parentheses in expression
authorAlan Modra <amodra@gmail.com>
Sun, 19 Aug 2018 23:50:11 +0000 (09:20 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 20 Aug 2018 00:15:02 +0000 (09:45 +0930)
* rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.

bfd/ChangeLog
bfd/rs6000-core.c

index 4fbe0bf..4dac44b 100644 (file)
@@ -1,3 +1,7 @@
+2018-08-20  Alan Modra  <amodra@gmail.com>
+
+       * rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.
+
 2018-08-17  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/23515
index a2f0d23..7b9225a 100644 (file)
@@ -271,8 +271,8 @@ typedef union
 #define CORE_COMMONSZ  ((long) &((struct core_dumpx *) 0)->c_entries \
                        + sizeof (((struct core_dumpx *) 0)->c_entries))
 #else
-#define CORE_COMMONSZ   ((int) &((struct core_dump *) 0)->c_entries \
-                      + sizeof (((struct core_dump *) 0)->c_entries)
+#define CORE_COMMONSZ  ((int) &((struct core_dump *) 0)->c_entries \
+                       + sizeof (((struct core_dump *) 0)->c_entries))
 #endif
 /* Define prototypes for certain functions, to avoid a compiler warning
    saying that they are missing.  */