target/arm: don't expose "ieee_half" via gdbstub
commit9231951aa5ac0ae813818b8ff33d4ccaaabb16e8
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Apr 2020 14:39:13 +0000 (2 15:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Apr 2020 18:20:42 +0000 (3 19:20 +0100)
tree6d3d35ff68e87cc18fb231a9f5b03cf9a2b14b1e
parent146aa0f104bb3bf88e43c4082a0bfc4bbda4fbd8
target/arm: don't expose "ieee_half" via gdbstub

While support for parsing ieee_half in the XML description was added
to gdb in 2019 (a6d0f249) there is no easy way for the gdbstub to know
if the gdb end will understand it. Disable it for now and allow older
gdbs to successfully connect to the default -cpu max SVE enabled
QEMUs.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200402143913.24005-1-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/gdbstub.c