diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index df74508..1102933 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -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) { |