* gdb-stabs.h (SECT_OFF_MAX): Increase to 64.

* symfile.h (MAX_SECTIONS): Increase to 64.
This commit is contained in:
Mark Kettenis
2000-12-05 18:28:25 +00:00
parent c7987a6946
commit 8157b96704
3 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/* Definitions for reading symbol files into GDB.
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 2000
Free Software Foundation, Inc.
This file is part of GDB.
@@ -61,7 +61,7 @@ struct psymbol_allocation_list
solib.c to communicate the section addresses in shared objects to
symbol_file_add (). */
#define MAX_SECTIONS 40
#define MAX_SECTIONS 64
struct section_addr_info
{
/* Sections whose names are file format dependent. */