* dwarf2read.c (is_vtable_name): New function, based on logic from
authorJim Blandy <jimb@codesourcery.com>
Wed, 1 Sep 2004 04:19:22 +0000 (04:19 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 1 Sep 2004 04:19:22 +0000 (04:19 +0000)
commit1168df017b621644c4ecae79a6e9ff72a791fde7
tree4bbb5f66841e6c6b6192e4a05ef0ab098f5de7c8
parentf14f9744c488a66b74ae8815bb5a4ea8e9f637cb
* dwarf2read.c (is_vtable_name): New function, based on logic from
read_structure_type, but passing the correct length to strncmp,
and using 'sizeof' instead of 'strlen'.
(read_structure_type): Call it.
gdb/ChangeLog
gdb/dwarf2read.c