diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-06 09:38:26 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-03-06 09:38:26 -0700 |
commit | 01573d7360cdd9660fdc6bf48b0b7f2180f5c40c (patch) | |
tree | 13bb1e08d1a71e9ad309d0daa76b7bc1a249e8ea /sim/m32c | |
parent | 9938d15a01031e0aded4159adaa77d5b2b2319f6 (diff) | |
download | binutils-01573d7360cdd9660fdc6bf48b0b7f2180f5c40c.zip binutils-01573d7360cdd9660fdc6bf48b0b7f2180f5c40c.tar.gz binutils-01573d7360cdd9660fdc6bf48b0b7f2180f5c40c.tar.bz2 |
Fix build bug in ada-lang.c
An earlier patch of mine introduced a build failure in ada-lang.c. A
couple of "to_string" calls were not namespace-qualified. In the
failing setup, the std string_view is being used, and so (apparently)
ADL doesn't find gdb::to_string.
This patch, from the bug, fixes the problem.
gdb/ChangeLog
2021-03-06 Chernov Sergey <klen_s@mail.ru>
PR gdb/27528:
* ada-lang.c (ada_fold_name): Use gdb::to_string.
Diffstat (limited to 'sim/m32c')
0 files changed, 0 insertions, 0 deletions