commit | 78dd36b8f21a05337ebb1888cddd34dcabf261d0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Mar 06 10:09:38 2025 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Thu Mar 06 11:25:45 2025 -0700 |
tree | 28537162a5fce41640872401e424a6d2d8eb658e | |
parent | 8d95753834490ae778a261305d8942c762160940 [diff] |
Use 'const' in some gdbarch methods This changes a couple of gdbarch methods to use 'const' for an "asymbol *" parameter. These methods shouldn't be modifying the underlying symbol in the BFD. Approved-By: Simon Marchi <simon.marchi@efficios.com>