* ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
authorMark Kettenis <kettenis@gnu.org>
Mon, 9 Apr 2012 17:07:43 +0000 (17:07 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 9 Apr 2012 17:07:43 +0000 (17:07 +0000)
defines.
* c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines.
* cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
(yyvsp): New defines.
* f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines.
* jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines.
* m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines.
* objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines.
* p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines.

gdb/ChangeLog
gdb/ada-exp.y
gdb/c-exp.y
gdb/cp-name-parser.y
gdb/f-exp.y
gdb/jv-exp.y
gdb/m2-exp.y
gdb/objc-exp.y
gdb/p-exp.y

index 6e167a6bf64523c27d0c83d1204f98231fec7473..304ca3ac4fffd01277e32a2deaea62e4de125110 100644 (file)
@@ -1,3 +1,22 @@
+2012-04-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+       * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+       * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs) 
+       (yyvsp): New defines.
+       * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+       * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+       * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+       * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+       * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
+       defines.
+
 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
 
        * sparc64-tdep.c (sparc64_store_arguments) 
index 0fa1812153d02024ffeabedaf8a60f729bbeb8d4..36ef3d48b08a866ceb6bc625d9f750bceb430be2 100644 (file)
 #define yytoks ada_toks                /* With YYDEBUG defined */
 #define yyname ada_name                /* With YYDEBUG defined */
 #define yyrule ada_rule                /* With YYDEBUG defined */
+#define yyss   ada_yyss
+#define yysslim        ada_yysslim
+#define yyssp  ada_yyssp
+#define yystacksize ada_yystacksize
+#define yyvs   ada_yyvs
+#define yyvsp  ada_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 1               /* Default to yydebug support */
index bf4f4bc1a773bad3ca6b0861bd657c3fe78e2605..8dfb7e5603172a7443d9adc059ff1a4880a2594b 100644 (file)
 #define yygindex c_yygindex
 #define yytable         c_yytable
 #define yycheck         c_yycheck
+#define yyss   c_yyss
+#define yysslim        c_yysslim
+#define yyssp  c_yyssp
+#define yystacksize c_yystacksize
+#define yyvs   c_yyvs
+#define yyvsp  c_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 1               /* Default to yydebug support */
index d85a5bf2b7907d6d463c7d6c3e5525594fa19312..6767fa5fde5a0c7da6ee4de78d8bae99d1202ff7 100644 (file)
@@ -170,6 +170,12 @@ static struct demangle_component *d_binary (const char *,
 #define yygindex cpname_yygindex
 #define yytable         cpname_yytable
 #define yycheck         cpname_yycheck
+#define yyss   cpname_yyss
+#define yysslim        cpname_yysslim
+#define yyssp  cpname_yyssp
+#define yystacksize cpname_yystacksize
+#define yyvs   cpname_yyvs
+#define yyvsp  cpname_yyvsp
 
 int yyparse (void);
 static int yylex (void);
index b258c0abd0790ab121c9ab802e447bfcc2373b57..33c7418caedf7509e2d6536e0cd86d042f4150c7 100644 (file)
 #define yygindex f_yygindex
 #define yytable         f_yytable
 #define yycheck         f_yycheck
+#define yyss   f_yyss
+#define yysslim        f_yysslim
+#define yyssp  f_yyssp
+#define yystacksize f_yystacksize
+#define yyvs   f_yyvs
+#define yyvsp  f_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 1               /* Default to yydebug support */
index a8eb430b3f2a360964c83b5333a1c4ab1b5b9286..ee176549b209546e39ecdda27976685e6ef94095 100644 (file)
 #define yygindex java_yygindex
 #define yytable         java_yytable
 #define yycheck         java_yycheck
+#define yyss   java_yyss
+#define yysslim        java_yysslim
+#define yyssp  java_yyssp
+#define yystacksize java_yystacksize
+#define yyvs   java_yyvs
+#define yyvsp  java_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 1               /* Default to yydebug support */
index eb46b7b32b0eb4df4682be7137fe2d5aaa974c3b..19f9c24545a7c26f4671e1dcd124368a95eb62c1 100644 (file)
 #define yygindex m2_yygindex
 #define yytable         m2_yytable
 #define yycheck         m2_yycheck
+#define yyss   m2_yyss
+#define yysslim        m2_yysslim
+#define yyssp  m2_yyssp
+#define yystacksize m2_yystacksize
+#define yyvs   m2_yyvs
+#define yyvsp  m2_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 1               /* Default to yydebug support */
index 68b2a973b214653d90be4f8c12539015709c0e46..6f51edff8162f1489a91cd03c3a03537f6f29ee4 100644 (file)
 #define yygindex       objc_yygindex
 #define yytable                objc_yytable
 #define yycheck                objc_yycheck
+#define yyss           objc_yyss
+#define yysslim                objc_yysslim
+#define yyssp          objc_yyssp
+#define yystacksize    objc_yystacksize
+#define yyvs           objc_yyvs
+#define yyvsp          objc_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 0               /* Default to no yydebug support.  */
index 3b7984ecf35702d7cc949930b0adb426d9d0287c..5d344a47310c975a78bab7a7b48910dedf24dded 100644 (file)
 #define yygindex pascal_yygindex
 #define yytable         pascal_yytable
 #define yycheck         pascal_yycheck
+#define yyss   pascal_yyss
+#define yysslim        pascal_yysslim
+#define yyssp  pascal_yyssp
+#define yystacksize pascal_yystacksize
+#define yyvs   pascal_yyvs
+#define yyvsp  pascal_yyvsp
 
 #ifndef YYDEBUG
 #define        YYDEBUG 1               /* Default to yydebug support */