(output_compile_unit_die): Remove last_filename.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49098
138bc75d-0d04-0410-961f-
82ee72b054a4
* dependence.c (build_def_use): Remove array_idx.
+ * dwarfout.c (last_filename): Remove.
+ (output_compile_unit_die): Remove last_filename.
+
2002-01-22 Roger Sayle <roger@eyesopen.com>
Richard Henderson <rth@redhat.com>
static const char *primary_filename;
-/* Pointer to the most recent filename for which we produced some line info. */
-
-static const char *last_filename;
-
/* Counter to generate unique names for DIEs. */
static unsigned next_unused_dienum = 1;
high_pc_attribute (TEXT_END_LABEL);
if (debug_info_level >= DINFO_LEVEL_NORMAL)
stmt_list_attribute (LINE_BEGIN_LABEL);
- last_filename = xstrdup (main_input_filename);
{
const char *wd = getpwd ();