Use local "text offset" variable in dwarf2_frame_cache
authorTom Tromey <tromey@adacore.com>
Mon, 24 Apr 2023 14:21:49 +0000 (08:21 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 5 Jun 2023 15:59:18 +0000 (09:59 -0600)
commit6d4e4b63bbd1b31a369f6a3360d6b8615d487469
tree91e8563166d86ec7004dc5787d287a7e1bea4093
parent1ca4b794c93abbb90643f070f62e96f5fcd3a90d
Use local "text offset" variable in dwarf2_frame_cache

A few spots in dwarf2_frame_cache use:

    cache->per_objfile->objfile->text_section_offset ()

... and a subsequent patch will add more, so move this into a local
variable.
gdb/dwarf2/frame.c