]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdb-stabs.h
* dbxread.c (stabs_data): New static variable.
[thirdparty/binutils-gdb.git] / gdb / gdb-stabs.h
index d2da2d11d996b936e79a4a76a433751cfa7e238a..abe2d3365b60cb5aa7ae15d2af114ccf357762fd 100644 (file)
@@ -70,6 +70,9 @@ struct dbx_symfile_info
     asection *text_section;
     asection *data_section;
     asection *bss_section;
+
+    /* Pointer to the separate ".stab" section, if there is one.  */
+    asection *stab_section;
   };
 
 #define DBX_SYMFILE_INFO(o)    ((o)->sym_stab_info)
@@ -83,5 +86,6 @@ struct dbx_symfile_info
 #define DBX_TEXT_SECTION(o)    (DBX_SYMFILE_INFO(o)->text_section)
 #define DBX_DATA_SECTION(o)    (DBX_SYMFILE_INFO(o)->data_section)
 #define DBX_BSS_SECTION(o)     (DBX_SYMFILE_INFO(o)->bss_section)
+#define DBX_STAB_SECTION(o)    (DBX_SYMFILE_INFO(o)->stab_section)
 
 #endif /* GDBSTABS_H */