diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2016-08-25 19:13:57 +0200 |
---|---|---|
committer | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2016-08-25 19:13:57 +0200 |
commit | ae68ff9f280902d9cead28b90979e75dc046492e (patch) | |
tree | 3915210db15d009d505118495a98fc311d41f705 /sim/iq2000 | |
parent | 4811ccb48f0d24b9ae2ce37a06af575fbd83a55d (diff) | |
download | binutils-gdb-ae68ff9f280902d9cead28b90979e75dc046492e.tar.gz |
xtensa: Avoid designated inits, for C++ compliance
C++ does not officially support designators in initializer lists. Thus
some compilers may issue errors when encountering them. Modern versions
of GCC seem to allow them by default, as a GCC extension, even though
the GCC documentation explicitly states otherwise: "[...] This extension
is not implemented in GNU C++." But some older GCC versions (like
4.4.7) did indeed emit an error instead, like this:
.../gdb/xtensa-config.c:219: error: expected primary-expression before
‘.’ token
This patch removes the only such instance I've seen when building with
'--enable-targets=all'.
gdb/ChangeLog:
* xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Replace
designated initializer list by plain initializer list, for C++
compliance.
Diffstat (limited to 'sim/iq2000')
0 files changed, 0 insertions, 0 deletions