(m32r_handle_align): Declare type of fragp.
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 56cf4653850540e161cc29b9d3e7a5e69ef0dc2e..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,10 +61,10 @@ 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 dependant. */
+  /* Sections whose names are file format dependent. */
   struct other_sections
   {
     CORE_ADDR addr;
This page took 0.023965 seconds and 4 git commands to generate.