PR binutils/12325
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index 91d3bbd4433a21a3883fd026f27d74c643637458..ad45ba3e4279d597b8fc61913a15c3c67807a577 100644 (file)
@@ -808,3 +808,13 @@ extern void bfd_section_already_linked_table_traverse
 extern bfd_vma read_unsigned_leb128 (bfd *, bfd_byte *, unsigned int *);
 extern bfd_signed_vma read_signed_leb128 (bfd *, bfd_byte *, unsigned int *);
 
+struct dwarf_debug_section
+{
+  const char *uncompressed_name;
+  const char *compressed_name;
+};
+
+/* Map of uncompressed DWARF debug section name to compressed one.  It
+   is terminated by NULL uncompressed_name.  */
+
+extern const struct dwarf_debug_section dwarf_debug_sections[];
This page took 0.026138 seconds and 4 git commands to generate.