2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdb-stabs.h (SECT_OFF_MAX): Increase to 40.
This commit is contained in:
parent
0aa9cf965c
commit
c221dafc2e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||||
|
|
||||||
* win32-nat.c (handle_load_dll): Don't treat .text as a special
|
* win32-nat.c (handle_load_dll): Don't treat .text as a special
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#define SECT_OFF_DATA 1
|
#define SECT_OFF_DATA 1
|
||||||
#define SECT_OFF_BSS 2
|
#define SECT_OFF_BSS 2
|
||||||
#define SECT_OFF_RODATA 3
|
#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,
|
/* The stab_section_info chain remembers info from the ELF symbol table,
|
||||||
while psymtabs are being built for the other symbol tables in the
|
while psymtabs are being built for the other symbol tables in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue