Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / gdb / dwarf-index-common.h
index 32774c7bf62ac3f8d93c2e8a8f5a5caceac7b1e5..2035dce0c27b1cb767b7994e82abdc4d09336c61 100644 (file)
@@ -1,6 +1,6 @@
 /* Things needed for both reading and writing DWARF indices.
 
-   Copyright (C) 1994-2018 Free Software Foundation, Inc.
+   Copyright (C) 1994-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #ifndef DWARF_INDEX_COMMON_H
 #define DWARF_INDEX_COMMON_H
 
+/* The suffix for an index file.  */
+#define INDEX4_SUFFIX ".gdb-index"
+#define INDEX5_SUFFIX ".debug_names"
+#define DEBUG_STR_SUFFIX ".debug_str"
+
 /* All offsets in the index are of this type.  It must be
    architecture-independent.  */
 typedef uint32_t offset_type;
This page took 0.025992 seconds and 4 git commands to generate.