summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-12-05 18:28:25 +0000
committerMark Kettenis <kettenis@gnu.org>2000-12-05 18:28:25 +0000
commita329719d29a181627b851fabc3725b1062e7c2c3 (patch)
treeef3db97e91eb02b81ce917d0c26fe40ab5cfa43b /gdb/symfile.h
parentbcffa663bc7db1a37978c00111790f7cf91cf18a (diff)
downloadgdb-a329719d29a181627b851fabc3725b1062e7c2c3.tar.gz
* gdb-stabs.h (SECT_OFF_MAX): Increase to 64.
* symfile.h (MAX_SECTIONS): Increase to 64.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index efc6b77e248..fb5fd175511 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -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. */