]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Minor cleanup to addrmap_index_data::previous_valid
authorTom Tromey <tom@tromey.com>
Thu, 27 May 2021 22:28:10 +0000 (16:28 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 5 Jul 2021 17:57:40 +0000 (11:57 -0600)
commit870c2204a2b69bfeaa298a280e450d20cbfeb890
tree0070f81041d16447a3c56b4a6c75bf15f1c8522c
parentb5b44b5df07883e9dd81860ab49e08400727b70d
Minor cleanup to addrmap_index_data::previous_valid

This changes addrmap_index_data::previous_valid to a bool, and
initializes it inline.
gdb/dwarf2/index-write.c