commit | 0b188a3fb13c00d93163254df19292612e76a6cd | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Mon Apr 07 13:52:00 2025 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Tue Apr 08 14:04:10 2025 -0400 |
tree | e2e9a71ef85a63322ef9b9389686ca8fe0c1d95c | |
parent | 6488583941b234e65b8d44aa1436fd871d6e16f2 [diff] |
gdb/testsuite/dwarf: fix abbrev section name when putting type unit in DWO file Fix what looks like a copy paste error resulting in the wrong abbrev section name. The resulting section name in my test was ".debug_info.dwo.dwo", when it should have been ".debug_abbrev.dwo". Change-Id: I82166d8ac6eaf3c3abc15d2d2949d00c31fe79f4 Approved-By: Tom Tromey <tom@tromey.com>