From c221dafc2eee4354a9c4dc9882a7b8708e1ef8e5 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Fri, 21 Apr 2000 14:33:33 +0000 Subject: 2000-04-21 Elena Zannoni * gdb-stabs.h (SECT_OFF_MAX): Increase to 40. --- gdb/gdb-stabs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/gdb-stabs.h') diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index 92301f1..7e498fb 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 16 /* Count of possible values */ +#define SECT_OFF_MAX 40 /* 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 -- cgit v1.1