OSDN Git Service

target/hppa: Drop attempted gdbstub support for hppa64
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 18 Oct 2023 03:48:38 +0000 (20:48 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:34 +0000 (18:49 -0800)
commite207b4aa718ebe65f76775bc360408605b139a86
treed038246d1f26cef813274ce86ee0631fe9e66417
parent0c01f9ba2df42cef26596f5fa0ff5e741fb3c37f
target/hppa: Drop attempted gdbstub support for hppa64

There is no support for hppa64 in gdb.  Any attempt to provide the
data for the larger hppa64 registers results in an error from gdb.
Mask CR_SAR writes to the width of the register: 5 or 6 bits.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/gdbstub.c