commit | 56fefe83f7e607842fa95f6bb7d71f1645ce6c15 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Mar 20 13:42:36 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Jun 04 10:13:17 2024 -0600 |
tree | 183819a21b032b1cd0286e45d338c10805d21f98 | |
parent | c12221171ba4851dff700f25ebc3cdbf120618a2 [diff] |
Some constification in psymtab This patch changes some spots in psymtab.[ch] to use 'const'. This is just preparation for a subsequent patch. Note that psymbols are conceptually const, and since they were changed to be objfile-indepdendent, they are truly never modified -- which is what makes this patch reasonably short.