| commit | 50ca09324ae2132f9bb73324482e4c0f5eaeddd1 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Fri Feb 28 14:27:12 2025 -0500 |
| committer | Simon Marchi <simon.marchi@efficios.com> | Mon Mar 03 15:58:29 2025 -0500 |
| tree | 70f0de8cc1435beb3c6ecd7257cc4846df3f4152 | |
| parent | b55c841c51fd7a29aabd3af34eae0a200cfe5b93 [diff] |
gdb/dwarf: remove unnecessary abfd parameter in dwarf2_per_bfd::locate_sections The parameter `abfd` is always the same as `this->obfd`, there is no need to pass it as a parameter. Change-Id: If7ad58ad4efdf6b070cbf2b8a73436bd8b452fa6 Approved-By: Tom Tromey <tom@tromey.com>