commit | c1a56932c4b61f1fe81ce847cb40770203ffd16f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Mon Nov 22 16:50:46 2021 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Apr 20 09:10:03 2022 -0600 |
tree | e642346ad78e183386eedd514838a0229ac4de93 | |
parent | 6606799fc4aaf812d0986166f57c9849b5d562ed [diff] |
Simplify version check in dw2_symtab_iter_next This simplifies the index versio check in dw2_symtab_iter_next, by passing a reference to the index object to this function. This avoids an indirection via the per_bfd object.