mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 02:40:29 +08:00
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
This commit is contained in:
parent
320d7e7ad6
commit
606cc0562d
@ -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
|
||||
|
@ -11947,13 +11947,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user