]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
s390: gdbarch_tdep.have_* int -> bool
authorPhilipp Rudo <prudo@linux.vnet.ibm.com>
Tue, 23 Jan 2018 12:37:42 +0000 (13:37 +0100)
committerAndreas Arnez <arnez@linux.vnet.ibm.com>
Tue, 23 Jan 2018 12:37:42 +0000 (13:37 +0100)
commitab9bcc67975f2a04dfa0e670096fc8161d7840b9
tree5211021786f3b666f461952c06319c3ca74d50a6
parent21f6f5ffc652e116e518fee29ebdc8fbfeeaa734
s390: gdbarch_tdep.have_* int -> bool

Currently the gdbarch_tdep.have_* flags are a mix of int and bool.  Clean
this up by making them all bool.

gdb/ChangeLog:

* s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
<have_tdb>: Change type to bool.
(s390_gdbarch_tdep_alloc): Adjust.
(s390_gdbarch_init): Adjust.
gdb/ChangeLog
gdb/s390-linux-tdep.c