]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 ca934decf36ed7e89f5cc6b32d496edff8956575..c18185a0939ab2ee1fc071e7fcfe46eae026b16e 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 d878111977424cc8fb560a63d5d653dddd629102..0e85125791d7439639fa06d39b20dddf2c962d2d 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 != '.')