This changes xml-tdesc.c to use gdb::unordered_map.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
#include "xml-tdesc.h"
#include "osabi.h"
#include "filenames.h"
-#include <unordered_map>
+#include "gdbsupport/unordered_map.h"
#include <string>
/* Maximum sizes.
then we will create unnecessary duplicate gdbarches. See
gdbarch_list_lookup_by_info. */
-static std::unordered_map<std::string, target_desc_up> xml_cache;
+static gdb::unordered_map<std::string, target_desc_up> xml_cache;
/* Callback data for target description parsing. */