gdb/ * arm-tdep.c (arm_register_type): Return builtin_int32 to be consistent with types in tdesc. diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 0f38b6b..53d7c1c 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -2966,7 +2966,8 @@ arm_register_type (struct gdbarch *gdbarch, int regnum) an XML description. */ return builtin_type (gdbarch)->builtin_int0; else - return builtin_type (gdbarch)->builtin_uint32; + /* To be consistent with types in tdesc. */ + return builtin_type (gdbarch)->builtin_int32; } /* Map a DWARF register REGNUM onto the appropriate GDB register