diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-04-21 14:33:33 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-04-21 14:33:33 +0000 |
commit | c221dafc2eee4354a9c4dc9882a7b8708e1ef8e5 (patch) | |
tree | 8cd8963983d7776f8810db736b7a6a9afae10918 /gdb | |
parent | 0aa9cf965cb61e0ecd6d1614b03306b63bfe8c71 (diff) | |
download | binutils-c221dafc2eee4354a9c4dc9882a7b8708e1ef8e5.zip binutils-c221dafc2eee4354a9c4dc9882a7b8708e1ef8e5.tar.gz binutils-c221dafc2eee4354a9c4dc9882a7b8708e1ef8e5.tar.bz2 |
2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdb-stabs.h (SECT_OFF_MAX): Increase to 40.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdb-stabs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3819c67..9378b88 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + * gdb-stabs.h (SECT_OFF_MAX): Increase to 40. + +2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + * win32-nat.c (handle_load_dll): Don't treat .text as a special section anymore. * somread.c (som_symfile_offsets): Ditto. 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 |