Use gdb::unordered_map in ctfread.c This changes ctfread.c to use gdb::unordered_map rather than hashtab. This simplifies the code. Approved-By: Simon Marchi <simon.marchi@efficios.com>