1 /* A Bison parser, made by GNU Bison 2.1. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
21 /* As a special exception, when this file is copied by Bison into a
22 Bison output file, you may use that output file without restriction.
23 This special exception was added by the Free Software Foundation
24 in version 1.24 of Bison. */
29 /* Put the tokens into the symbol table, so that GDB and other debuggers
63 DATA_SEGMENT_ALIGN
= 289,
64 DATA_SEGMENT_RELRO_END
= 290,
65 DATA_SEGMENT_END
= 291,
67 SORT_BY_ALIGNMENT
= 293,
70 FORCE_COMMON_ALLOCATION
= 296,
72 INHIBIT_COMMON_ALLOCATION
= 298,
102 CREATE_OBJECT_SYMBOLS
= 328,
111 PROVIDE_HIDDEN
= 337,
130 INPUT_MRI_SCRIPT
= 356,
136 VERS_IDENTIFIER
= 362,
140 INPUT_VERSION_SCRIPT
= 366,
180 #define DATA_SEGMENT_ALIGN 289
181 #define DATA_SEGMENT_RELRO_END 290
182 #define DATA_SEGMENT_END 291
183 #define SORT_BY_NAME 292
184 #define SORT_BY_ALIGNMENT 293
185 #define SIZEOF_HEADERS 294
186 #define OUTPUT_FORMAT 295
187 #define FORCE_COMMON_ALLOCATION 296
188 #define OUTPUT_ARCH 297
189 #define INHIBIT_COMMON_ALLOCATION 298
190 #define SEGMENT_START 299
193 #define DEFSYMEND 302
201 #define SEARCH_DIR 310
215 #define NOCROSSREFS 324
219 #define CREATE_OBJECT_SYMBOLS 328
223 #define CONSTRUCTORS 332
228 #define PROVIDE_HIDDEN 337
229 #define AS_NEEDED 338
246 #define INPUT_SCRIPT 355
247 #define INPUT_MRI_SCRIPT 356
248 #define INPUT_DEFSYM 357
253 #define VERS_IDENTIFIER 362
257 #define INPUT_VERSION_SCRIPT 366
259 #define ONLY_IF_RO 368
260 #define ONLY_IF_RW 369
262 #define EXCLUDE_FILE 371
267 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
269 typedef union YYSTYPE
{
279 struct wildcard_spec wildcard
;
280 struct wildcard_list
*wildcard_list
;
281 struct name_list
*name_list
;
283 union etree_union
*etree
;
288 union etree_union
*at
;
289 union etree_union
*flags
;
291 struct lang_nocrossref
*nocrossref
;
292 struct lang_output_section_phdr_list
*section_phdr
;
293 struct bfd_elf_version_deps
*deflist
;
294 struct bfd_elf_version_expr
*versyms
;
295 struct bfd_elf_version_tree
*versnode
;
297 /* Line 1447 of yacc.c. */
299 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
300 # define YYSTYPE_IS_DECLARED 1
301 # define YYSTYPE_IS_TRIVIAL 1
304 extern YYSTYPE yylval
;