Remove baseaddr parameter from dwarf2_record_block_ranges
authorTom Tromey <tromey@adacore.com>
Wed, 19 Apr 2023 19:21:51 +0000 (13:21 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 5 Jun 2023 15:59:17 +0000 (09:59 -0600)
commit611e7b5cb92dfe0a81543d1581442780f2b8c4de
tree0f8442e6997e7967327f5e69ae4953287af603f1
parent3f60b98298fd77dec3a9182797c9dd6d7796bcaf
Remove baseaddr parameter from dwarf2_record_block_ranges

dwarf2_record_block_ranges is only ever called with the text section
offset, so this patch removes the parameter entirely.  This makes a
subsequent patch a little simpler.
gdb/dwarf2/read.c