From 9ec3c59b028a60cb6ab45f53f06cba1a24395875 Mon Sep 17 00:00:00 2001 From: David Carlton Date: Fri, 7 Feb 2003 19:18:06 +0000 Subject: 2003-02-07 David Carlton * Merge with mainline; tag is carlton_dictionary-20030207-merge. --- gdb/gdb-stabs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/gdb-stabs.h') diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index d2da2d1..abe2d33 100644 --- a/gdb/gdb-stabs.h +++ b/gdb/gdb-stabs.h @@ -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 */ -- cgit v1.1