diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-09-01 04:19:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-09-01 04:19:22 +0000 |
commit | 1168df017b621644c4ecae79a6e9ff72a791fde7 (patch) | |
tree | 4bbb5f66841e6c6b6192e4a05ef0ab098f5de7c8 /gdb/ChangeLog | |
parent | f14f9744c488a66b74ae8815bb5a4ea8e9f637cb (diff) | |
download | gdb-1168df017b621644c4ecae79a6e9ff72a791fde7.zip gdb-1168df017b621644c4ecae79a6e9ff72a791fde7.tar.gz gdb-1168df017b621644c4ecae79a6e9ff72a791fde7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c181a14..45c3cc1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2004-08-31 Jim Blandy <jimb@redhat.com> + + * 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. + 2004-08-31 Joel Brobecker <brobecker@gnat.com> * config/powerpc/aix.mh: Add comment. |