Browse Source
A user pointed out that the build failed with GCC 4.8. The problem was that the form used by the std::hash specialization of ptid_t was not accepted. This patch rewrites this code into a form that is acceptable to the older compiler. Approved-By: Simon Marchi <simon.marchi@efficios.com>gdb-14-branch
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue