commit | 6d08aed3c98dd073d79365bc12a675fe0930aee7 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Jun 06 09:56:30 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Jun 07 07:21:26 2022 -0600 |
tree | acff0de8cd7eb8eb45b4e16cc019ac0bb460e6a9 | |
parent | b11f3dbb884dfacd1d581dbccc017fa1da155ead [diff] |
Constify solib_name_from_address I noticed that solib_name_from_address returned a non-const string, but it's more appropriate to return const. This patch implements this. Tested by rebuilding.