]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use std::string in d-namespace.c
authorTom Tromey <tom@tromey.com>
Sat, 9 Sep 2017 16:46:36 +0000 (10:46 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 11 Sep 2017 22:15:13 +0000 (16:15 -0600)
commit8fbc99ef16dfb49981e275f735cb591e68983d08
tree2e9898c65431337161be8e5f38840dbc3353d064
parent50feb4bd435b86c73ea55049b7cf87cc709c1388
Use std::string in d-namespace.c

This removes some cleanups from d-namespace.c by replacing manual
string management with std::string.

ChangeLog
2017-09-11  Tom Tromey  <tom@tromey.com>

* d-namespace.c (d_lookup_symbol): Use std::string.
(find_symbol_in_baseclass): Likewise.
gdb/ChangeLog
gdb/d-namespace.c