From efbeef9e71ad93ef27d5143b0e878af695d8ea53 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sun, 15 Jun 2014 18:28:31 +0000 Subject: [PATCH] Fix some obsolete comments, now that we have an ht of parsed abbvs git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14039 --- coregrind/m_debuginfo/readdwarf3.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/coregrind/m_debuginfo/readdwarf3.c b/coregrind/m_debuginfo/readdwarf3.c index 8dbf44ff88..8980823e7f 100644 --- a/coregrind/m_debuginfo/readdwarf3.c +++ b/coregrind/m_debuginfo/readdwarf3.c @@ -3733,10 +3733,9 @@ static void read_DIE ( /* We're set up to look at the fields of this DIE. Hand it off to any parser(s) that want to see it. Since they will in general - advance both the DIE and abbrev cursors, remember their current - settings so that we can then back up and do one final pass over - the DIE, to print out its contents. */ - + advance the DIE cursor, remember the current settings so that we + can then back up and do one final pass over the DIE, to print out + its contents. */ start_die_c_offset = get_position_of_Cursor( c ); nf_i = 0; @@ -4239,8 +4238,7 @@ void new_dwarf3_reader_wrk ( cu_start_offset = get_position_of_Cursor( &info ); TRACE_D3("\n"); TRACE_D3(" Compilation Unit @ offset 0x%llx:\n", cu_start_offset); - /* parse_CU_header initialises the CU's set_abbv_Cursor cache - (saC_cache) */ + /* parse_CU_header initialises the CU's hashtable of abbvs ht_abbvs */ if (pass == 0) { parse_CU_Header( &cc, td3, &info, escn_debug_abbv_alt, False, True ); -- 2.47.3