mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Balance parentheses in expression
* rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.
This commit is contained in:
@ -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>
|
2018-08-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/23515
|
PR ld/23515
|
||||||
|
@ -271,8 +271,8 @@ typedef union
|
|||||||
#define CORE_COMMONSZ ((long) &((struct core_dumpx *) 0)->c_entries \
|
#define CORE_COMMONSZ ((long) &((struct core_dumpx *) 0)->c_entries \
|
||||||
+ sizeof (((struct core_dumpx *) 0)->c_entries))
|
+ sizeof (((struct core_dumpx *) 0)->c_entries))
|
||||||
#else
|
#else
|
||||||
#define CORE_COMMONSZ ((int) &((struct core_dump *) 0)->c_entries \
|
#define CORE_COMMONSZ ((int) &((struct core_dump *) 0)->c_entries \
|
||||||
+ sizeof (((struct core_dump *) 0)->c_entries)
|
+ sizeof (((struct core_dump *) 0)->c_entries))
|
||||||
#endif
|
#endif
|
||||||
/* Define prototypes for certain functions, to avoid a compiler warning
|
/* Define prototypes for certain functions, to avoid a compiler warning
|
||||||
saying that they are missing. */
|
saying that they are missing. */
|
||||||
|
Reference in New Issue
Block a user