* gdb-stabs.h (SECT_OFF_MAX): Increase to 64.
authorMark Kettenis <kettenis@gnu.org>
Tue, 5 Dec 2000 18:28:25 +0000 (18:28 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 5 Dec 2000 18:28:25 +0000 (18:28 +0000)
* symfile.h (MAX_SECTIONS): Increase to 64.

gdb/ChangeLog
gdb/gdb-stabs.h
gdb/symfile.h

index 2147932f5ed73df392e0daf9529e6ec0bc4f334e..1523b1fc4cf1faa567e43336d485d2b16b3e3cc8 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb-stabs.h (SECT_OFF_MAX): Increase to 64.
+       * symfile.h (MAX_SECTIONS): Increase to 64.
+
 2000-12-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
        * config/sh/tm-sh.h (struct gdbarch_tdep): Get rid of
index 3ec13930f5da5a9b84380e81e77405fb4414cd7b..7f6a60603189270a6a51102c0048d35e669479f6 100644 (file)
@@ -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 
index efc6b77e2482cc953fc81617b3682ffd9cf2728f..fb5fd175511bc41223e752106b89f3162baf97f1 100644 (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. */
This page took 0.029887 seconds and 4 git commands to generate.