X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fgdb-stabs.h;h=706dfd86b84d400f6f5c5dded97d1c17eb5b8fa0;hb=965a5c32b7ba24badd484aec51b5c3b387ba3fb3;hp=c77a23089d96fcb2ce19733fdb8fa037fee10250;hpb=684a832faafec73eb1b0cdf7a3c2f3269a17cd66;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index c77a23089d..706dfd86b8 100644 --- a/gdb/gdb-stabs.h +++ b/gdb/gdb-stabs.h @@ -51,7 +51,7 @@ struct stab_section_info { }; /* Information is passed among various dbxread routines for accessing - symbol files. A pointer to this structure is kept in the sym_private + symbol files. A pointer to this structure is kept in the sym_stab_info field of the objfile struct. */ struct dbx_symfile_info { @@ -65,7 +65,7 @@ struct dbx_symfile_info { of the original .o files before linking. */ }; -#define DBX_SYMFILE_INFO(o) ((struct dbx_symfile_info *)((o)->sym_private)) +#define DBX_SYMFILE_INFO(o) ((struct dbx_symfile_info *)((o)->sym_stab_info)) #define DBX_TEXT_SECT(o) (DBX_SYMFILE_INFO(o)->text_sect) #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount) #define DBX_STRINGTAB(o) (DBX_SYMFILE_INFO(o)->stringtab)