* rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.
+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
#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. */