Remove ALL_OBJFILES_SAFE
[deliverable/binutils-gdb.git] / gdb / buildsym-legacy.h
index aaa9152c4eb71760199ff384c1012ad902c0061d..2c1bfff70af0889bf08cb8fe9983cab8bdd4719b 100644 (file)
@@ -1,5 +1,5 @@
 /* Build symbol tables in GDB's internal format - legacy APIs
-   Copyright (C) 1986-2018 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -79,7 +79,7 @@ extern struct context_stack *push_context (int desc, CORE_ADDR valu);
 
 extern struct context_stack pop_context ();
 
-extern record_line_ftype record_line;
+extern void record_line (struct subfile *subfile, int line, CORE_ADDR pc);
 
 extern struct compunit_symtab *start_symtab (struct objfile *objfile,
                                             const char *name,
This page took 0.023514 seconds and 4 git commands to generate.