Commit 606cc056 by Daniel Berlin Committed by Daniel Berlin

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: r51621
parent 320d7e7a
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> 2002-03-30 Richard Henderson <rth@redhat.com>
PR target/5446 PR target/5446
......
...@@ -11947,13 +11947,6 @@ dwarf2out_define (lineno, buffer) ...@@ -11947,13 +11947,6 @@ dwarf2out_define (lineno, buffer)
unsigned lineno ATTRIBUTE_UNUSED; unsigned lineno ATTRIBUTE_UNUSED;
const char *buffer 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) if (debug_info_level >= DINFO_LEVEL_VERBOSE)
{ {
named_section_flags (DEBUG_MACINFO_SECTION, SECTION_DEBUG); named_section_flags (DEBUG_MACINFO_SECTION, SECTION_DEBUG);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment