dwarf2out.c (dwarf2out_define): Remove start_source_file call, CPP will start the file for us.

2002-03-30  Daniel Berlin  <dan@dberlin.org>

	* dwarf2out.c (dwarf2out_define): Remove start_source_file call,
	CPP will start the file for us.

From-SVN: r51619
This commit is contained in:
Daniel Berlin 2002-03-31 00:32:12 +00:00 committed by Daniel Berlin
parent db2ba32a16
commit 3242948b8f
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2002-03-30 Daniel Berlin <dan@dberlin.org>
* dwarf2out.c (dwarf2out_define): Remove start_source_file call,
CPP will start the file for us.
2002-03-30 Richard Henderson <rth@redhat.com>
PR target/5446

View File

@ -11924,13 +11924,6 @@ dwarf2out_define (lineno, buffer)
unsigned lineno ATTRIBUTE_UNUSED;
const char *buffer ATTRIBUTE_UNUSED;
{
static int initialized = 0;
if (!initialized)
{
dwarf2out_start_source_file (0, primary_filename);
initialized = 1;
}
if (debug_info_level >= DINFO_LEVEL_VERBOSE)
{
named_section_flags (DEBUG_MACINFO_SECTION, SECTION_DEBUG);