]> Git Repo - binutils.git/commitdiff
2000-04-21 Elena Zannoni <[email protected]>
authorElena Zannoni <[email protected]>
Fri, 21 Apr 2000 14:33:33 +0000 (14:33 +0000)
committerElena Zannoni <[email protected]>
Fri, 21 Apr 2000 14:33:33 +0000 (14:33 +0000)
* gdb-stabs.h (SECT_OFF_MAX): Increase to 40.

gdb/ChangeLog
gdb/gdb-stabs.h

index 3819c6703bcf7a1b1f5f39fef35794e62b6ccbde..9378b887fdfc6b20fc22203ebf77db0ffe2cfb00 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-21  Elena Zannoni  <[email protected]>
+
+       * gdb-stabs.h (SECT_OFF_MAX): Increase to 40.
+
 2000-04-21  Elena Zannoni  <[email protected]>
 
        * win32-nat.c  (handle_load_dll): Don't treat .text as a special
index 92301f14123f8e3d6a621f9f13cf37f22e72a82e..7e498fb06059ee85b9b21e1d0db26c7a201de772 100644 (file)
@@ -37,7 +37,7 @@
 #define        SECT_OFF_DATA   1
 #define        SECT_OFF_BSS    2
 #define        SECT_OFF_RODATA 3
-#define        SECT_OFF_MAX    16      /* Count of possible values */
+#define        SECT_OFF_MAX    40      /* 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 
This page took 0.036009 seconds and 4 git commands to generate.