]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fork GCC's hash-table.h for use in GDB users/cbiesinger/hashtable
authorChristian Biesinger <cbiesinger@google.com>
Sat, 21 Sep 2019 09:00:23 +0000 (18:00 +0900)
committerChristian Biesinger <cbiesinger@google.com>
Wed, 25 Sep 2019 00:53:35 +0000 (19:53 -0500)
commit3286a5fda95c1f1988fdecf0f542a0e58d1f4e27
tree68d094fa5239eb19102594f0faf42e7dab9d8449
parent3d4352200e3e98a6d8855e6f3a39b6d33d84e36b
Fork GCC's hash-table.h for use in GDB

And use it at one callsite in dwarf2read.
gdb/Makefile.in
gdb/dwarf2read.c
gdb/hash-map-traits.h [new file with mode: 0644]
gdb/hash-map.h [new file with mode: 0644]
gdb/hash-table.c [new file with mode: 0644]
gdb/hash-table.h [new file with mode: 0644]
gdb/hash-traits.h [new file with mode: 0644]