aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-06-07 10:18:47 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-06-28 16:31:30 +0100
commit4d60b897707863bdfceb5b6e1c14545ad173a3a1 (patch)
tree6205d0ece5f197df9c8467fc94c07748b1540dbb /gas
parent78484bcab9ac1cab4ddc87fdbdc4a7e1fab7c5ee (diff)
downloadgdb-4d60b897707863bdfceb5b6e1c14545ad173a3a1.zip
gdb-4d60b897707863bdfceb5b6e1c14545ad173a3a1.tar.gz
gdb-4d60b897707863bdfceb5b6e1c14545ad173a3a1.tar.bz2
gdb/remote: Use true/false instead of 1/0
The remote_state::starting_up member variable is already of type bool, but in some places we still write to it using 1 and 0. This commit just updates things to use true and false. There should be no user visible change after this commit. gdb/ChangeLog: * remote.c (remote_target::start_remote): Set 'starting_up' using boolean values instead of integers.
Diffstat (limited to 'gas')
0 files changed, 0 insertions, 0 deletions