commit | 6d4e4b63bbd1b31a369f6a3360d6b8615d487469 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Apr 24 08:21:49 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jun 05 09:59:18 2023 -0600 |
tree | 91e8563166d86ec7004dc5787d287a7e1bea4093 | |
parent | 1ca4b794c93abbb90643f070f62e96f5fcd3a90d [diff] |
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.