Add compressed debug section support to binutils and ld.
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index 91d3bbd4433a21a3883fd026f27d74c643637458..b7201bdde2a976888dd5a15ea6fd113d66828fee 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 struct dwarf_debug_section dwarf_debug_sections[];
This page took 0.025072 seconds and 4 git commands to generate.