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,
104 CREATE_OBJECT_SYMBOLS
= 330,
113 PROVIDE_HIDDEN
= 339,
133 INPUT_MRI_SCRIPT
= 359,
139 VERS_IDENTIFIER
= 365,
143 INPUT_VERSION_SCRIPT
= 369,
150 INPUT_DYNAMIC_LIST
= 376
185 #define DATA_SEGMENT_ALIGN 289
186 #define DATA_SEGMENT_RELRO_END 290
187 #define DATA_SEGMENT_END 291
188 #define SORT_BY_NAME 292
189 #define SORT_BY_ALIGNMENT 293
190 #define SIZEOF_HEADERS 294
191 #define OUTPUT_FORMAT 295
192 #define FORCE_COMMON_ALLOCATION 296
193 #define OUTPUT_ARCH 297
194 #define INHIBIT_COMMON_ALLOCATION 298
195 #define SEGMENT_START 299
205 #define SEARCH_DIR 309
216 #define NACL_MASK 320
222 #define NOCROSSREFS 326
226 #define CREATE_OBJECT_SYMBOLS 330
230 #define CONSTRUCTORS 334
235 #define PROVIDE_HIDDEN 339
236 #define AS_NEEDED 340
249 #define DEFSYMEND 353
254 #define INPUT_SCRIPT 358
255 #define INPUT_MRI_SCRIPT 359
256 #define INPUT_DEFSYM 360
261 #define VERS_IDENTIFIER 365
265 #define INPUT_VERSION_SCRIPT 369
267 #define ONLY_IF_RO 371
268 #define ONLY_IF_RW 372
270 #define EXCLUDE_FILE 374
272 #define INPUT_DYNAMIC_LIST 376
277 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
279 typedef union YYSTYPE
{
289 struct wildcard_spec wildcard
;
290 struct wildcard_list
*wildcard_list
;
291 struct name_list
*name_list
;
293 union etree_union
*etree
;
298 union etree_union
*at
;
299 union etree_union
*flags
;
301 struct lang_nocrossref
*nocrossref
;
302 struct lang_output_section_phdr_list
*section_phdr
;
303 struct bfd_elf_version_deps
*deflist
;
304 struct bfd_elf_version_expr
*versyms
;
305 struct bfd_elf_version_tree
*versnode
;
307 /* Line 1447 of yacc.c. */
309 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
310 # define YYSTYPE_IS_DECLARED 1
311 # define YYSTYPE_IS_TRIVIAL 1
314 extern YYSTYPE yylval
;