2002-05-22 H.J. Lu <hjl@gnu.org>

* dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
	for source file.
This commit is contained in:
H.J. Lu 2002-05-23 06:51:41 +00:00
parent 53c7db4bbb
commit 9d66a1d9d6
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-22 H.J. Lu <hjl@gnu.org>
* dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
for source file.
2002-05-22 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-arm.c (arm_s_section): Enable for COFF builds as well

View File

@ -428,7 +428,10 @@ dwarf2_directive_loc (dummy)
#ifndef NO_LISTING
if (listing)
listing_source_line (line);
{
listing_source_file (files[filenum].filename);
listing_source_line (line);
}
#endif
}