commit | c7d73a715775ade814370212726d50ab4b7c6fe0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Apr 17 07:42:28 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Wed Apr 17 08:58:26 2024 -0600 |
tree | 2a3d5fbc173dfbe9ed0fe4be2a1a86899832b43c | |
parent | cbb97c5be367123a00846d4dacb6a042fff87901 [diff] |
Use section name in DWARF error message A bug points out that a certain error message in read_str_index uses a hard-coded section name. This patch changes it to use dwarf2_section_info::get_name instead, like the other errors in the function. No test because it didn't seem worthwhile. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31639 Approved-By: Simon Marchi <simon.marchi@efficios.com>