gold: Add sparc IFUNC support to Gold.
[deliverable/binutils-gdb.git] / gdb / c-exp.y
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 */
This page took 0.023892 seconds and 4 git commands to generate.