aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrister Walfridsson <cato@df.lth.se>2002-01-22 22:58:41 +0100
committerRichard Henderson <rth@gcc.gnu.org>2002-01-22 13:58:41 -0800
commite3b0efd1eeea460b091c1b9b9038605a672b1cb9 (patch)
tree1ae7c295599d4aa6c6a966dc3121f7e60c47c8c5
parentf66a0046371e89f510550c4a186b204a2f8ebc58 (diff)
downloadgcc-e3b0efd1eeea460b091c1b9b9038605a672b1cb9.zip
gcc-e3b0efd1eeea460b091c1b9b9038605a672b1cb9.tar.gz
gcc-e3b0efd1eeea460b091c1b9b9038605a672b1cb9.tar.bz2
dwarfout.c (last_filename): Remove.
* dwarfout.c (last_filename): Remove. (output_compile_unit_die): Remove last_filename. From-SVN: r49098
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/dwarfout.c5
2 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a88753d..8b4869f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,6 +2,9 @@
* 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>
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index 0ff75f5..76b5b75 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -671,10 +671,6 @@ static unsigned ft_entries;
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;
@@ -4164,7 +4160,6 @@ output_compile_unit_die (arg)
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 ();