summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2012-04-09 17:07:43 +0000
committerMark Kettenis <kettenis@gnu.org>2012-04-09 17:07:43 +0000
commita7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f (patch)
tree67c4b1dc2a5e9a9b928973dbe513609cfbeb2da2
parent7cf492ee5aba3cb968360d83892adf66746f84e1 (diff)
downloadbinutils-gdb-a7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f.tar.gz
* 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.
-rw-r--r--gdb/ChangeLog19
-rw-r--r--gdb/ada-exp.y6
-rw-r--r--gdb/c-exp.y6
-rw-r--r--gdb/cp-name-parser.y6
-rw-r--r--gdb/f-exp.y6
-rw-r--r--gdb/jv-exp.y6
-rw-r--r--gdb/m2-exp.y6
-rw-r--r--gdb/objc-exp.y6
-rw-r--r--gdb/p-exp.y6
9 files changed, 67 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6e167a6bf64..304ca3ac4ff 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,24 @@
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)
(sparc64_store_arguments): Fix coding style.
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index 0fa1812153d..36ef3d48b08 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -94,6 +94,12 @@
#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 */
diff --git a/gdb/c-exp.y b/gdb/c-exp.y
index bf4f4bc1a77..8dfb7e56031 100644
--- a/gdb/c-exp.y
+++ b/gdb/c-exp.y
@@ -103,6 +103,12 @@
#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 */
diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y
index d85a5bf2b79..6767fa5fde5 100644
--- a/gdb/cp-name-parser.y
+++ b/gdb/cp-name-parser.y
@@ -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);
diff --git a/gdb/f-exp.y b/gdb/f-exp.y
index b258c0abd07..33c7418caed 100644
--- a/gdb/f-exp.y
+++ b/gdb/f-exp.y
@@ -105,6 +105,12 @@
#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 */
diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y
index a8eb430b3f2..ee176549b20 100644
--- a/gdb/jv-exp.y
+++ b/gdb/jv-exp.y
@@ -98,6 +98,12 @@
#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 */
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y
index eb46b7b32b0..19f9c24545a 100644
--- a/gdb/m2-exp.y
+++ b/gdb/m2-exp.y
@@ -100,6 +100,12 @@
#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 */
diff --git a/gdb/objc-exp.y b/gdb/objc-exp.y
index 68b2a973b21..6f51edff816 100644
--- a/gdb/objc-exp.y
+++ b/gdb/objc-exp.y
@@ -102,6 +102,12 @@
#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. */
diff --git a/gdb/p-exp.y b/gdb/p-exp.y
index 3b7984ecf35..5d344a47310 100644
--- a/gdb/p-exp.y
+++ b/gdb/p-exp.y
@@ -105,6 +105,12 @@
#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 */