Enable styling by default on Cygwin
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 642a5e223a32576fc2445415a5fb7bdf526d54e7..17e02a9da843a3d4e26f9db2c6d2caf21c34c733 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for reading symbol files into GDB.
 
-   Copyright (C) 1990-2019 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -585,7 +585,8 @@ struct dwarf2_debug_sections {
 };
 
 extern int dwarf2_has_info (struct objfile *,
-                            const struct dwarf2_debug_sections *);
+                            const struct dwarf2_debug_sections *,
+                           bool = false);
 
 /* Dwarf2 sections that can be accessed by dwarf2_get_section_info.  */
 enum dwarf2_section_enum {
This page took 0.024017 seconds and 4 git commands to generate.