[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    valgrind/coregrind
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-07-20 21:48:55
Message-ID: 1121896135.930636.31138.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 437078 by mueller:

Handle a 'd' stab that indicates a file in pascal.
Backport from SVN-3.0 -r4220 and Fixes #89914


 M  +3 -2      vg_stabs.c  


--- trunk/valgrind/coregrind/vg_stabs.c #437077:437078
@@ -727,8 +727,9 @@
    }
 
    case 'k':                    /* const */
-   case 'B': {                  /* volatile */
-      /* ('k' | 'B') TYPE */
+   case 'B':                    /* volatile */
+   case 'd': {                  /* file (pascal only) */
+      /* ('k' | 'B' | 'd' ) TYPE */
       type = stabtype_parser(si, NULL, &p);
       break;
    }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic