This changes stap-probe.c to use gdb::unordered_map.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
#include "language.h"
#include "elf-bfd.h"
#include "expop.h"
-#include <unordered_map>
+#include "gdbsupport/unordered_map.h"
#include <ctype.h>
expr::operation_up &&);
/* Map from an expression opcode to a function that can create a
binary operation of that type. */
-static std::unordered_map<exp_opcode, binop_maker_ftype *> stap_maker_map;
+static gdb::unordered_map<exp_opcode, binop_maker_ftype *> stap_maker_map;
/* Helper function to create a binary operation. */
static expr::operation_up