diff options
Diffstat (limited to 'gdb/gdb-stabs.h')
-rw-r--r-- | gdb/gdb-stabs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index 09b3721..92301f1 100644 --- a/gdb/gdb-stabs.h +++ b/gdb/gdb-stabs.h @@ -37,7 +37,7 @@ #define SECT_OFF_DATA 1 #define SECT_OFF_BSS 2 #define SECT_OFF_RODATA 3 -#define SECT_OFF_MAX 4 /* Count of possible values */ +#define SECT_OFF_MAX 16 /* Count of possible values */ /* The stab_section_info chain remembers info from the ELF symbol table, while psymtabs are being built for the other symbol tables in the |