diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-08-17 11:54:51 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-09-07 14:27:47 +0100 |
commit | 90f4cc60f1b91746132ad136a9ed538b53d2a83f (patch) | |
tree | bfff9092fc6d2f6f30c41387a84b9629ef01f71e /binutils/ChangeLog | |
parent | 611841bb1afc689becfab6dd490e1799aabf547d (diff) | |
download | gdb-90f4cc60f1b91746132ad136a9ed538b53d2a83f.zip gdb-90f4cc60f1b91746132ad136a9ed538b53d2a83f.tar.gz gdb-90f4cc60f1b91746132ad136a9ed538b53d2a83f.tar.bz2 |
gdb: use bool instead of int in struct internal_problem
Change struct internal_problem (gdb/utils.c) to use bool instead of
int, update the 3 static instances of this structure that we create to
use true/false instead of 1/0.
I've also updated the comments on struct internal_problem as the
existing comment doesn't seem to be referring to the structure, it
talks about returning something, which doesn't make sense in this
context.
There should be no user visible changes after this commit.
Diffstat (limited to 'binutils/ChangeLog')
0 files changed, 0 insertions, 0 deletions