diff options
Diffstat (limited to 'gdb/gdb-stabs.h')
-rw-r--r-- | gdb/gdb-stabs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index 0a91616..a6550e9 100644 --- a/gdb/gdb-stabs.h +++ b/gdb/gdb-stabs.h @@ -54,8 +54,9 @@ struct dbx_symfile_info int stringtab_size; /* Its size */ file_ptr symtab_offset; /* Offset in file to symbol table */ int symbol_size; /* Bytes in a single symbol */ - struct stab_section_info *stab_section_info; /* section starting points - of the original .o files before linking. */ + struct stab_section_info *stab_section_info; /* Section starting points + of the original .o files + before linking. */ /* See stabsread.h for the use of the following. */ struct header_file *header_files; |