* dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
authorPedro Alves <palves@redhat.com>
Mon, 29 Jun 2009 16:48:15 +0000 (16:48 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 29 Jun 2009 16:48:15 +0000 (16:48 +0000)
a psymtab.

gdb/ChangeLog
gdb/dbxread.c

index a9b4874..4af89ff 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-29  Pedro Alves  <pedro@codesourcery.com>
+
+       * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
+       a psymtab.
+
 2009-06-29  Tom Tromey  <tromey@redhat.com>
 
        * README: Mention parallel check.
index 1d1aa2d..37e9be7 100644 (file)
@@ -1384,6 +1384,7 @@ read_dbx_symtab (struct objfile *objfile)
                  pst = (struct partial_symtab *) 0;
                  includes_used = 0;
                  dependencies_used = 0;
+                 has_line_numbers = 0;
                }
              else
                past_first_source_file = 1;
@@ -1508,6 +1509,7 @@ read_dbx_symtab (struct objfile *objfile)
                    pst = (struct partial_symtab *) 0;
                    includes_used = 0;
                    dependencies_used = 0;
+                   has_line_numbers = 0;
                  }
              }
 
@@ -2107,6 +2109,7 @@ pos %d"),
              pst = (struct partial_symtab *) 0;
              includes_used = 0;
              dependencies_used = 0;
+             has_line_numbers = 0;
            }
          continue;