OSDN Git Service

PR 11123
[pf3gnuchains/pf3gnuchains3x.git] / binutils / dwarf.h
index 5d793ed..3f68d47 100644 (file)
@@ -32,9 +32,9 @@ typedef unsigned long dwarf_size_type;
 struct dwarf_section
 {
   /* A debug section has a different name when it's stored compressed
-   * or not.  COMPRESSED_NAME and UNCOMPRESSED_NAME are the two
-   * possibilities.  NAME is set to whichever one is used for this
-   * input file, as determined by load_debug_section().  */
+     or not.  COMPRESSED_NAME and UNCOMPRESSED_NAME are the two
+     possibilities.  NAME is set to whichever one is used for this
+     input file, as determined by load_debug_section().  */
   const char *uncompressed_name;
   const char *compressed_name;
   const char *name;
@@ -53,7 +53,8 @@ struct dwarf_section_display
   unsigned int relocate : 1;
 };
 
-enum dwarf_section_display_enum {
+enum dwarf_section_display_enum
+{
   abbrev = 0,
   aranges,
   frame,
@@ -104,6 +105,7 @@ extern int do_debug_info;
 extern int do_debug_abbrevs;
 extern int do_debug_lines;
 extern int do_debug_pubnames;
+extern int do_debug_pubtypes;
 extern int do_debug_aranges;
 extern int do_debug_ranges;
 extern int do_debug_frames;
@@ -111,6 +113,7 @@ extern int do_debug_frames_interp;
 extern int do_debug_macinfo;
 extern int do_debug_str;
 extern int do_debug_loc;
+extern int do_wide;
 
 extern void init_dwarf_regnames (unsigned int);
 
@@ -120,8 +123,8 @@ extern void free_debug_section (enum dwarf_section_display_enum);
 
 extern void free_debug_memory (void);
 
-extern void dwarf_select_sections_by_names (const char *names);
-extern void dwarf_select_sections_by_letters (const char *letters);
+extern void dwarf_select_sections_by_names (const char *);
+extern void dwarf_select_sections_by_letters (const char *);
 extern void dwarf_select_sections_all (void);
 
 void *cmalloc (size_t, size_t);