summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/binutils/defparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/binutils/defparse.h')
-rw-r--r--contrib/binutils/binutils/defparse.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/binutils/binutils/defparse.h b/contrib/binutils/binutils/defparse.h
new file mode 100644
index 0000000..fa35fb0
--- /dev/null
+++ b/contrib/binutils/binutils/defparse.h
@@ -0,0 +1,27 @@
+typedef union {
+ char *id;
+ int number;
+} YYSTYPE;
+#define NAME 258
+#define LIBRARY 259
+#define DESCRIPTION 260
+#define STACKSIZE 261
+#define HEAPSIZE 262
+#define CODE 263
+#define DATA 264
+#define SECTIONS 265
+#define EXPORTS 266
+#define IMPORTS 267
+#define VERSIONK 268
+#define BASE 269
+#define CONSTANT 270
+#define READ 271
+#define WRITE 272
+#define EXECUTE 273
+#define SHARED 274
+#define NONAME 275
+#define ID 276
+#define NUMBER 277
+
+
+extern YYSTYPE yylval;
OpenPOWER on IntegriCloud