From 8157b96704a8cb84ee6d8219b624ea1c448625a1 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 5 Dec 2000 18:28:25 +0000 Subject: * gdb-stabs.h (SECT_OFF_MAX): Increase to 64. * symfile.h (MAX_SECTIONS): Increase to 64. --- gdb/ChangeLog | 5 +++++ gdb/gdb-stabs.h | 4 ++-- gdb/symfile.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2147932..1523b1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-12-05 Mark Kettenis + + * gdb-stabs.h (SECT_OFF_MAX): Increase to 64. + * symfile.h (MAX_SECTIONS): Increase to 64. + 2000-12-05 Elena Zannoni * config/sh/tm-sh.h (struct gdbarch_tdep): Get rid of diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index 3ec1393..7f6a606 100644 --- a/gdb/gdb-stabs.h +++ b/gdb/gdb-stabs.h @@ -1,5 +1,5 @@ /* Definitions for symbol-reading containing "stabs", for GDB. - Copyright 1992 Free Software Foundation, Inc. + Copyright 1992, 2000 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by John Gilmore. This file is part of GDB. @@ -28,7 +28,7 @@ #if !defined (GDBSTABS_H) #define GDBSTABS_H -#define SECT_OFF_MAX 40 /* Count of possible values */ +#define SECT_OFF_MAX 64 /* 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 diff --git a/gdb/symfile.h b/gdb/symfile.h index efc6b77..fb5fd17 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. */ -- cgit v1.1