gdb/riscv: add ability to decode dwarf CSR numbers
[binutils-gdb.git] / gdb / buildsym.h
index 193832fc37a556bc6ab165a3c5a8238ed653129e..c768a4c2daecaf57d0d53d5067d5f6dce6d50c72 100644 (file)
@@ -1,5 +1,5 @@
 /* Build 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.
 
@@ -187,7 +187,8 @@ struct buildsym_compunit
 
   const char *pop_subfile ();
 
-  void record_line (struct subfile *subfile, int line, CORE_ADDR pc);
+  void record_line (struct subfile *subfile, int line, CORE_ADDR pc,
+                   bool is_stmt);
 
   struct compunit_symtab *get_compunit_symtab ()
   {