From Nicholas Duffek:
authorKevin Buettner <kevinb@redhat.com>
Fri, 12 Jul 2002 18:30:15 +0000 (18:30 +0000)
committerKevin Buettner <kevinb@redhat.com>
Fri, 12 Jul 2002 18:30:15 +0000 (18:30 +0000)
* xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
csect.

gdb/ChangeLog
gdb/xcoffread.c

index ca934de..c18185a 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-12  Kevin Buettner  <kevinb@redhat.com>
+
+       From Nicholas Duffek:
+       * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
+       csect.
+
 2002-07-12  Andrew Cagney  <cagney@redhat.com>
 
        * MAINTAINERS: Mention --enable-sim-build-warnings.
index d878111..0e85125 100644 (file)
@@ -2277,6 +2277,7 @@ scan_xcoff_symtab (struct objfile *objfile)
                    break;
 
                  case XMC_RW:
+                 case XMC_TD:
                    /* Data variables are recorded in the minimal symbol
                       table, except for section symbols.  */
                    if (*namestring != '.')