Fix indentation in print_thread_info_1
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index df74508081794dc67d0491d47e7dfa96fc87da5e..5b2a92c75ae149acc0f787da8b8cdc417a4c7220 100644 (file)
@@ -1,5 +1,5 @@
 /* Support routines for building symbol tables in GDB's internal format.
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -670,12 +670,6 @@ buildsym_compunit::record_line (struct subfile *subfile, int line,
 {
   struct linetable_entry *e;
 
-  /* Ignore the dummy line number in libg.o */
-  if (line == 0xffff)
-    {
-      return;
-    }
-
   /* Make sure line vector exists and is big enough.  */
   if (!subfile->line_vector)
     {
This page took 0.025122 seconds and 4 git commands to generate.