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
66 DATA_SEGMENT_ALIGN
= 292,
67 DATA_SEGMENT_RELRO_END
= 293,
68 DATA_SEGMENT_END
= 294,
70 SORT_BY_ALIGNMENT
= 296,
73 FORCE_COMMON_ALLOCATION
= 299,
75 INHIBIT_COMMON_ALLOCATION
= 301,
105 CREATE_OBJECT_SYMBOLS
= 331,
114 PROVIDE_HIDDEN
= 340,
134 INPUT_MRI_SCRIPT
= 360,
140 VERS_IDENTIFIER
= 366,
144 INPUT_VERSION_SCRIPT
= 370,
151 INPUT_DYNAMIC_LIST
= 377
189 #define DATA_SEGMENT_ALIGN 292
190 #define DATA_SEGMENT_RELRO_END 293
191 #define DATA_SEGMENT_END 294
192 #define SORT_BY_NAME 295
193 #define SORT_BY_ALIGNMENT 296
194 #define SIZEOF_HEADERS 297
195 #define OUTPUT_FORMAT 298
196 #define FORCE_COMMON_ALLOCATION 299
197 #define OUTPUT_ARCH 300
198 #define INHIBIT_COMMON_ALLOCATION 301
199 #define SEGMENT_START 302
209 #define SEARCH_DIR 312
224 #define NOCROSSREFS 327
228 #define CREATE_OBJECT_SYMBOLS 331
232 #define CONSTRUCTORS 335
237 #define PROVIDE_HIDDEN 340
238 #define AS_NEEDED 341
251 #define DEFSYMEND 354
256 #define INPUT_SCRIPT 359
257 #define INPUT_MRI_SCRIPT 360
258 #define INPUT_DEFSYM 361
263 #define VERS_IDENTIFIER 366
267 #define INPUT_VERSION_SCRIPT 370
269 #define ONLY_IF_RO 372
270 #define ONLY_IF_RW 373
272 #define EXCLUDE_FILE 375
274 #define INPUT_DYNAMIC_LIST 377
279 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
281 typedef union YYSTYPE
{
291 struct wildcard_spec wildcard
;
292 struct wildcard_list
*wildcard_list
;
293 struct name_list
*name_list
;
295 union etree_union
*etree
;
300 union etree_union
*at
;
301 union etree_union
*flags
;
303 struct lang_nocrossref
*nocrossref
;
304 struct lang_output_section_phdr_list
*section_phdr
;
305 struct bfd_elf_version_deps
*deflist
;
306 struct bfd_elf_version_expr
*versyms
;
307 struct bfd_elf_version_tree
*versnode
;
309 /* Line 1447 of yacc.c. */
311 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
312 # define YYSTYPE_IS_DECLARED 1
313 # define YYSTYPE_IS_TRIVIAL 1
316 extern YYSTYPE yylval
;