1 /* A YACC grammar to parse a superset of the AT&T linker scripting language.
2 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
5 Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
7 This file is part of the GNU Binutils.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22 MA 02110-1301, USA. */
29 #define DONTDECLARE_MALLOC
50 static enum section_type sectype;
51 static lang_memory_region_type *region;
53 bfd_boolean ldgram_had_keep = FALSE;
54 char *ldgram_vers_current_lang = NULL;
56 #define ERROR_NAME_MAX 20
57 static char *error_names[ERROR_NAME_MAX];
58 static int error_index;
59 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
60 #define POP_ERROR() error_index--;
72 struct wildcard_spec wildcard;
73 struct wildcard_list *wildcard_list;
74 struct name_list *name_list;
75 struct flag_info_list *flag_info_list;
76 struct flag_info *flag_info;
78 union etree_union *etree;
83 union etree_union *at;
84 union etree_union *flags;
86 struct lang_nocrossref *nocrossref;
87 struct lang_output_section_phdr_list *section_phdr;
88 struct bfd_elf_version_deps *deflist;
89 struct bfd_elf_version_expr *versyms;
90 struct bfd_elf_version_tree *versnode;
93 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
94 %type <etree> opt_exp_without_type opt_subalign opt_align
95 %type <fill> fill_opt fill_exp
96 %type <name_list> exclude_name_list
97 %type <wildcard_list> file_NAME_list
98 %type <flag_info_list> sect_flag_list
99 %type <flag_info> sect_flags
100 %type <name> memspec_opt casesymlist
101 %type <name> memspec_at_opt
102 %type <cname> wildcard_name
103 %type <wildcard> wildcard_spec
105 %token <name> NAME LNAME
106 %type <integer> length
107 %type <phdr> phdr_qualifiers
108 %type <nocrossref> nocrossref_list
109 %type <section_phdr> phdr_opt
110 %type <integer> opt_nocrossrefs
112 %right <token> PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ
113 %right <token> '?' ':'
120 %left <token> '<' '>' LE GE
121 %left <token> LSHIFT RSHIFT
123 %left <token> '+' '-'
124 %left <token> '*' '/' '%'
129 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
130 %token SECTIONS PHDRS INSERT_K AFTER BEFORE
131 %token DATA_SEGMENT_ALIGN DATA_SEGMENT_RELRO_END DATA_SEGMENT_END
132 %token SORT_BY_NAME SORT_BY_ALIGNMENT
133 %token SORT_BY_INIT_PRIORITY
135 %token SIZEOF_HEADERS OUTPUT_FORMAT FORCE_COMMON_ALLOCATION OUTPUT_ARCH
136 %token INHIBIT_COMMON_ALLOCATION
142 %token NOLOAD DSECT COPY INFO OVERLAY
143 %token DEFINED TARGET_K SEARCH_DIR MAP ENTRY
144 %token <integer> NEXT
145 %token SIZEOF ALIGNOF ADDR LOADADDR MAX_K MIN_K
146 %token STARTUP HLL SYSLIB FLOAT NOFLOAT NOCROSSREFS
148 %token LENGTH CREATE_OBJECT_SYMBOLS INPUT GROUP OUTPUT CONSTRUCTORS
149 %token ALIGNMOD AT SUBALIGN PROVIDE PROVIDE_HIDDEN AS_NEEDED
150 %type <token> assign_op atype attributes_opt sect_constraint
151 %type <name> filename
152 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
153 %token FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
154 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
155 %token <name> VERS_TAG VERS_IDENTIFIER
156 %token GLOBAL LOCAL VERSIONK INPUT_VERSION_SCRIPT
157 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS
160 %type <versyms> vers_defns
161 %type <versnode> vers_tag
162 %type <deflist> verdep
163 %token INPUT_DYNAMIC_LIST
168 INPUT_SCRIPT script_file
169 | INPUT_MRI_SCRIPT mri_script_file
170 | INPUT_VERSION_SCRIPT version_script_file
171 | INPUT_DYNAMIC_LIST dynamic_list_file
172 | INPUT_DEFSYM defsym_expr
184 lang_add_assignment (exp_defsym ($2, $4));
188 /* SYNTAX WITHIN AN MRI SCRIPT FILE */
192 PUSH_ERROR (_("MRI style script"));
203 mri_script_lines mri_script_command NEWLINE
211 einfo(_("%P%F: unrecognised keyword in MRI style script '%s'\n"),$1);
214 config.map_filename = "-";
216 | ORDER ordernamelist
218 | PUBLIC NAME '=' exp
219 { mri_public($2, $4); }
220 | PUBLIC NAME ',' exp
221 { mri_public($2, $4); }
223 { mri_public($2, $3); }
227 { mri_output_section($2, $4);}
229 { mri_output_section($2, $3);}
231 { mri_output_section($2, $4);}
232 | ALIGN_K NAME '=' exp
233 { mri_align($2,$4); }
234 | ALIGN_K NAME ',' exp
235 { mri_align($2,$4); }
236 | ALIGNMOD NAME '=' exp
237 { mri_alignmod($2,$4); }
238 | ALIGNMOD NAME ',' exp
239 { mri_alignmod($2,$4); }
240 | ABSOLUTE mri_abs_name_list
241 | LOAD mri_load_name_list
244 | ALIAS NAME ',' NAME
245 { mri_alias($2,$4,0);}
247 { mri_alias ($2, 0, (int) $4.integer); }
251 { mri_truncate ((unsigned int) $2.integer); }
253 | EXTERN extern_name_list
255 { ldlex_script (); ldfile_open_command_file($2); }
257 { ldlex_popstate (); }
259 { lang_add_entry ($2, FALSE); }
264 ordernamelist ',' NAME { mri_order($3); }
265 | ordernamelist NAME { mri_order($2); }
272 | mri_load_name_list ',' NAME { mri_load($3); }
277 { mri_only_load($1); }
278 | mri_abs_name_list ',' NAME
279 { mri_only_load($3); }
283 /* empty */ { $$ = NULL; }
285 | casesymlist ',' NAME
288 /* Parsed as expressions so that commas separate entries */
290 { ldlex_expression (); }
291 extern_name_list_body
292 { ldlex_popstate (); }
294 extern_name_list_body:
296 { ldlang_add_undef ($1, FALSE); }
297 | extern_name_list_body NAME
298 { ldlang_add_undef ($2, FALSE); }
299 | extern_name_list_body ',' NAME
300 { ldlang_add_undef ($3, FALSE); }
306 { ldlex_popstate(); }
322 | floating_point_support
326 | TARGET_K '(' NAME ')'
327 { lang_add_target($3); }
328 | SEARCH_DIR '(' filename ')'
329 { ldfile_add_library_path ($3, FALSE); }
330 | OUTPUT '(' filename ')'
331 { lang_add_output($3, 1); }
332 | OUTPUT_FORMAT '(' NAME ')'
333 { lang_add_output_format ($3, (char *) NULL,
335 | OUTPUT_FORMAT '(' NAME ',' NAME ',' NAME ')'
336 { lang_add_output_format ($3, $5, $7, 1); }
337 | OUTPUT_ARCH '(' NAME ')'
338 { ldfile_set_output_arch ($3, bfd_arch_unknown); }
339 | FORCE_COMMON_ALLOCATION
340 { command_line.force_common_definition = TRUE ; }
341 | INHIBIT_COMMON_ALLOCATION
342 { command_line.inhibit_common_definition = TRUE ; }
343 | INPUT '(' input_list ')'
345 { lang_enter_group (); }
347 { lang_leave_group (); }
348 | MAP '(' filename ')'
349 { lang_add_map($3); }
351 { ldlex_script (); ldfile_open_command_file($2); }
353 { ldlex_popstate (); }
354 | NOCROSSREFS '(' nocrossref_list ')'
356 lang_add_nocrossref ($3);
358 | EXTERN '(' extern_name_list ')'
359 | INSERT_K AFTER NAME
360 { lang_add_insert ($3, 0); }
361 | INSERT_K BEFORE NAME
362 { lang_add_insert ($3, 1); }
363 | REGION_ALIAS '(' NAME ',' NAME ')'
364 { lang_memory_region_alias ($3, $5); }
365 | LD_FEATURE '(' NAME ')'
366 { lang_ld_feature ($3); }
371 { lang_add_input_file($1,lang_input_file_is_search_file_enum,
373 | input_list ',' NAME
374 { lang_add_input_file($3,lang_input_file_is_search_file_enum,
377 { lang_add_input_file($2,lang_input_file_is_search_file_enum,
380 { lang_add_input_file($1,lang_input_file_is_l_enum,
382 | input_list ',' LNAME
383 { lang_add_input_file($3,lang_input_file_is_l_enum,
386 { lang_add_input_file($2,lang_input_file_is_l_enum,
389 { $<integer>$ = add_DT_NEEDED_for_regular; add_DT_NEEDED_for_regular = TRUE; }
391 { add_DT_NEEDED_for_regular = $<integer>3; }
392 | input_list ',' AS_NEEDED '('
393 { $<integer>$ = add_DT_NEEDED_for_regular; add_DT_NEEDED_for_regular = TRUE; }
395 { add_DT_NEEDED_for_regular = $<integer>5; }
396 | input_list AS_NEEDED '('
397 { $<integer>$ = add_DT_NEEDED_for_regular; add_DT_NEEDED_for_regular = TRUE; }
399 { add_DT_NEEDED_for_regular = $<integer>4; }
403 SECTIONS '{' sec_or_group_p1 '}'
407 sec_or_group_p1 section
408 | sec_or_group_p1 statement_anywhere
414 { lang_add_entry ($3, FALSE); }
416 | ASSERT_K {ldlex_expression ();} '(' exp ',' NAME ')'
418 lang_add_assignment (exp_assert ($4, $6)); }
421 /* The '*' and '?' cases are there because the lexer returns them as
422 separate tokens rather than as NAME. */
443 $$.exclude_name_list = NULL;
444 $$.section_flag_list = NULL;
446 | EXCLUDE_FILE '(' exclude_name_list ')' wildcard_name
450 $$.exclude_name_list = $3;
451 $$.section_flag_list = NULL;
453 | SORT_BY_NAME '(' wildcard_name ')'
457 $$.exclude_name_list = NULL;
458 $$.section_flag_list = NULL;
460 | SORT_BY_ALIGNMENT '(' wildcard_name ')'
463 $$.sorted = by_alignment;
464 $$.exclude_name_list = NULL;
465 $$.section_flag_list = NULL;
467 | SORT_BY_NAME '(' SORT_BY_ALIGNMENT '(' wildcard_name ')' ')'
470 $$.sorted = by_name_alignment;
471 $$.exclude_name_list = NULL;
472 $$.section_flag_list = NULL;
474 | SORT_BY_NAME '(' SORT_BY_NAME '(' wildcard_name ')' ')'
478 $$.exclude_name_list = NULL;
479 $$.section_flag_list = NULL;
481 | SORT_BY_ALIGNMENT '(' SORT_BY_NAME '(' wildcard_name ')' ')'
484 $$.sorted = by_alignment_name;
485 $$.exclude_name_list = NULL;
486 $$.section_flag_list = NULL;
488 | SORT_BY_ALIGNMENT '(' SORT_BY_ALIGNMENT '(' wildcard_name ')' ')'
491 $$.sorted = by_alignment;
492 $$.exclude_name_list = NULL;
493 $$.section_flag_list = NULL;
495 | SORT_BY_NAME '(' EXCLUDE_FILE '(' exclude_name_list ')' wildcard_name ')'
499 $$.exclude_name_list = $5;
500 $$.section_flag_list = NULL;
502 | SORT_BY_INIT_PRIORITY '(' wildcard_name ')'
505 $$.sorted = by_init_priority;
506 $$.exclude_name_list = NULL;
507 $$.section_flag_list = NULL;
513 struct flag_info_list *n;
514 n = ((struct flag_info_list *) xmalloc (sizeof *n));
517 n->with = without_flags;
522 n->with = with_flags;
529 | sect_flag_list '&' NAME
531 struct flag_info_list *n;
532 n = ((struct flag_info_list *) xmalloc (sizeof *n));
535 n->with = without_flags;
540 n->with = with_flags;
550 INPUT_SECTION_FLAGS '(' sect_flag_list ')'
553 n = ((struct flag_info *) xmalloc (sizeof *n));
555 n->flags_initialized = FALSE;
556 n->not_with_flags = 0;
557 n->only_with_flags = 0;
563 exclude_name_list wildcard_name
565 struct name_list *tmp;
566 tmp = (struct name_list *) xmalloc (sizeof *tmp);
574 struct name_list *tmp;
575 tmp = (struct name_list *) xmalloc (sizeof *tmp);
583 file_NAME_list opt_comma wildcard_spec
585 struct wildcard_list *tmp;
586 tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
594 struct wildcard_list *tmp;
595 tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
602 input_section_spec_no_keep:
605 struct wildcard_spec tmp;
607 tmp.exclude_name_list = NULL;
609 tmp.section_flag_list = NULL;
610 lang_add_wild (&tmp, NULL, ldgram_had_keep);
614 struct wildcard_spec tmp;
616 tmp.exclude_name_list = NULL;
618 tmp.section_flag_list = $1;
619 lang_add_wild (&tmp, NULL, ldgram_had_keep);
621 | '[' file_NAME_list ']'
623 lang_add_wild (NULL, $2, ldgram_had_keep);
625 | sect_flags '[' file_NAME_list ']'
627 struct wildcard_spec tmp;
629 tmp.exclude_name_list = NULL;
631 tmp.section_flag_list = $1;
632 lang_add_wild (&tmp, $3, ldgram_had_keep);
634 | wildcard_spec '(' file_NAME_list ')'
636 lang_add_wild (&$1, $3, ldgram_had_keep);
638 | sect_flags wildcard_spec '(' file_NAME_list ')'
640 $2.section_flag_list = $1;
641 lang_add_wild (&$2, $4, ldgram_had_keep);
646 input_section_spec_no_keep
648 { ldgram_had_keep = TRUE; }
649 input_section_spec_no_keep ')'
650 { ldgram_had_keep = FALSE; }
655 | CREATE_OBJECT_SYMBOLS
657 lang_add_attribute(lang_object_symbols_statement_enum);
663 lang_add_attribute(lang_constructors_statement_enum);
665 | SORT_BY_NAME '(' CONSTRUCTORS ')'
667 constructors_sorted = TRUE;
668 lang_add_attribute (lang_constructors_statement_enum);
671 | length '(' mustbe_exp ')'
673 lang_add_data ((int) $1, $3);
676 | FILL '(' fill_exp ')'
680 | ASSERT_K {ldlex_expression ();} '(' exp ',' NAME ')' end
682 lang_add_assignment (exp_assert ($4, $6)); }
684 { ldlex_script (); ldfile_open_command_file($2); }
685 statement_list_opt END
686 { ldlex_popstate (); }
690 statement_list statement
715 $$ = exp_get_fill ($1, 0, "fill value");
722 | { $$ = (fill_type *) 0; }
752 lang_add_assignment (exp_assign ($1, $3));
754 | NAME assign_op mustbe_exp
756 lang_add_assignment (exp_assign ($1,
762 | PROVIDE '(' NAME '=' mustbe_exp ')'
764 lang_add_assignment (exp_provide ($3, $5, FALSE));
766 | PROVIDE_HIDDEN '(' NAME '=' mustbe_exp ')'
768 lang_add_assignment (exp_provide ($3, $5, TRUE));
778 MEMORY '{' memory_spec_list_opt '}'
781 memory_spec_list_opt: memory_spec_list | ;
784 memory_spec_list opt_comma memory_spec
790 { region = lang_memory_region_lookup ($1, TRUE); }
792 origin_spec opt_comma length_spec
795 { ldlex_script (); ldfile_open_command_file($2); }
796 memory_spec_list_opt END
797 { ldlex_popstate (); }
801 ORIGIN '=' mustbe_exp
803 region->origin = exp_get_vma ($3, 0, "origin");
804 region->current = region->origin;
809 LENGTH '=' mustbe_exp
811 region->length = exp_get_vma ($3, -1, "length");
817 { /* dummy action to avoid bison 1.25 error message */ }
818 | '(' attributes_list ')'
823 | attributes_list attributes_string
828 { lang_set_flags (region, $1, 0); }
830 { lang_set_flags (region, $2, 1); }
834 STARTUP '(' filename ')'
835 { lang_startup($3); }
839 HLL '(' high_level_library_NAME_list ')'
841 { ldemul_hll((char *)NULL); }
844 high_level_library_NAME_list:
845 high_level_library_NAME_list opt_comma filename
853 SYSLIB '(' low_level_library_NAME_list ')'
854 ; low_level_library_NAME_list:
855 low_level_library_NAME_list opt_comma filename
856 { ldemul_syslib($3); }
860 floating_point_support:
862 { lang_float(TRUE); }
864 { lang_float(FALSE); }
872 | NAME nocrossref_list
874 struct lang_nocrossref *n;
876 n = (struct lang_nocrossref *) xmalloc (sizeof *n);
881 | NAME ',' nocrossref_list
883 struct lang_nocrossref *n;
885 n = (struct lang_nocrossref *) xmalloc (sizeof *n);
892 mustbe_exp: { ldlex_expression (); }
894 { ldlex_popstate (); $$=$2;}
899 { $$ = exp_unop ('-', $2); }
902 | NEXT '(' exp ')' %prec UNARY
903 { $$ = exp_unop ((int) $1,$3); }
904 | '!' exp %prec UNARY
905 { $$ = exp_unop ('!', $2); }
906 | '+' exp %prec UNARY
908 | '~' exp %prec UNARY
909 { $$ = exp_unop ('~', $2);}
912 { $$ = exp_binop ('*', $1, $3); }
914 { $$ = exp_binop ('/', $1, $3); }
916 { $$ = exp_binop ('%', $1, $3); }
918 { $$ = exp_binop ('+', $1, $3); }
920 { $$ = exp_binop ('-' , $1, $3); }
922 { $$ = exp_binop (LSHIFT , $1, $3); }
924 { $$ = exp_binop (RSHIFT , $1, $3); }
926 { $$ = exp_binop (EQ , $1, $3); }
928 { $$ = exp_binop (NE , $1, $3); }
930 { $$ = exp_binop (LE , $1, $3); }
932 { $$ = exp_binop (GE , $1, $3); }
934 { $$ = exp_binop ('<' , $1, $3); }
936 { $$ = exp_binop ('>' , $1, $3); }
938 { $$ = exp_binop ('&' , $1, $3); }
940 { $$ = exp_binop ('^' , $1, $3); }
942 { $$ = exp_binop ('|' , $1, $3); }
943 | exp '?' exp ':' exp
944 { $$ = exp_trinop ('?' , $1, $3, $5); }
946 { $$ = exp_binop (ANDAND , $1, $3); }
948 { $$ = exp_binop (OROR , $1, $3); }
949 | DEFINED '(' NAME ')'
950 { $$ = exp_nameop (DEFINED, $3); }
952 { $$ = exp_bigintop ($1.integer, $1.str); }
954 { $$ = exp_nameop (SIZEOF_HEADERS,0); }
956 | ALIGNOF '(' NAME ')'
957 { $$ = exp_nameop (ALIGNOF,$3); }
958 | SIZEOF '(' NAME ')'
959 { $$ = exp_nameop (SIZEOF,$3); }
961 { $$ = exp_nameop (ADDR,$3); }
962 | LOADADDR '(' NAME ')'
963 { $$ = exp_nameop (LOADADDR,$3); }
964 | CONSTANT '(' NAME ')'
965 { $$ = exp_nameop (CONSTANT,$3); }
966 | ABSOLUTE '(' exp ')'
967 { $$ = exp_unop (ABSOLUTE, $3); }
968 | ALIGN_K '(' exp ')'
969 { $$ = exp_unop (ALIGN_K,$3); }
970 | ALIGN_K '(' exp ',' exp ')'
971 { $$ = exp_binop (ALIGN_K,$3,$5); }
972 | DATA_SEGMENT_ALIGN '(' exp ',' exp ')'
973 { $$ = exp_binop (DATA_SEGMENT_ALIGN, $3, $5); }
974 | DATA_SEGMENT_RELRO_END '(' exp ',' exp ')'
975 { $$ = exp_binop (DATA_SEGMENT_RELRO_END, $5, $3); }
976 | DATA_SEGMENT_END '(' exp ')'
977 { $$ = exp_unop (DATA_SEGMENT_END, $3); }
978 | SEGMENT_START '(' NAME ',' exp ')'
979 { /* The operands to the expression node are
980 placed in the opposite order from the way
981 in which they appear in the script as
982 that allows us to reuse more code in
984 $$ = exp_binop (SEGMENT_START,
986 exp_nameop (NAME, $3)); }
988 { $$ = exp_unop (ALIGN_K,$3); }
990 { $$ = exp_nameop (NAME,$1); }
991 | MAX_K '(' exp ',' exp ')'
992 { $$ = exp_binop (MAX_K, $3, $5 ); }
993 | MIN_K '(' exp ',' exp ')'
994 { $$ = exp_binop (MIN_K, $3, $5 ); }
995 | ASSERT_K '(' exp ',' NAME ')'
996 { $$ = exp_assert ($3, $5); }
997 | ORIGIN '(' NAME ')'
998 { $$ = exp_nameop (ORIGIN, $3); }
999 | LENGTH '(' NAME ')'
1000 { $$ = exp_nameop (LENGTH, $3); }
1005 AT '>' NAME { $$ = $3; }
1010 AT '(' exp ')' { $$ = $3; }
1015 ALIGN_K '(' exp ')' { $$ = $3; }
1020 SUBALIGN '(' exp ')' { $$ = $3; }
1025 ONLY_IF_RO { $$ = ONLY_IF_RO; }
1026 | ONLY_IF_RW { $$ = ONLY_IF_RW; }
1027 | SPECIAL { $$ = SPECIAL; }
1031 section: NAME { ldlex_expression(); }
1035 opt_subalign { ldlex_popstate (); ldlex_script (); }
1039 lang_enter_output_section_statement($1, $3,
1044 '}' { ldlex_popstate (); ldlex_expression (); }
1045 memspec_opt memspec_at_opt phdr_opt fill_opt
1048 lang_leave_output_section_statement ($17, $14, $16, $15);
1053 { ldlex_expression (); }
1054 opt_exp_without_type opt_nocrossrefs opt_at opt_subalign
1055 { ldlex_popstate (); ldlex_script (); }
1058 lang_enter_overlay ($3, $6);
1062 { ldlex_popstate (); ldlex_expression (); }
1063 memspec_opt memspec_at_opt phdr_opt fill_opt
1066 lang_leave_overlay ($5, (int) $4,
1067 $16, $13, $15, $14);
1070 | /* The GROUP case is just enough to support the gcc
1071 svr3.ifile script. It is not intended to be full
1072 support. I'm not even sure what GROUP is supposed
1074 GROUP { ldlex_expression (); }
1078 lang_add_assignment (exp_assign (".", $3));
1080 '{' sec_or_group_p1 '}'
1082 { ldlex_script (); ldfile_open_command_file($2); }
1084 { ldlex_popstate (); }
1088 NOLOAD { sectype = noload_section; }
1089 | DSECT { sectype = noalloc_section; }
1090 | COPY { sectype = noalloc_section; }
1091 | INFO { sectype = noalloc_section; }
1092 | OVERLAY { sectype = noalloc_section; }
1097 | /* EMPTY */ { sectype = normal_section; }
1098 | '(' ')' { sectype = normal_section; }
1102 exp atype ':' { $$ = $1; }
1103 | atype ':' { $$ = (etree_type *)NULL; }
1104 | /* The BIND cases are to support the gcc svr3.ifile
1105 script. They aren't intended to implement full
1106 support for the BIND keyword. I'm not even sure
1107 what BIND is supposed to mean. */
1108 BIND '(' exp ')' atype ':' { $$ = $3; }
1109 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
1113 opt_exp_without_type:
1114 exp ':' { $$ = $1; }
1115 | ':' { $$ = (etree_type *) NULL; }
1128 | { $$ = DEFAULT_MEMORY_REGION; }
1138 struct lang_output_section_phdr_list *n;
1140 n = ((struct lang_output_section_phdr_list *)
1141 xmalloc (sizeof *n));
1155 lang_enter_overlay_section ($2);
1157 '{' statement_list_opt '}'
1158 { ldlex_popstate (); ldlex_expression (); }
1162 lang_leave_overlay_section ($9, $8);
1168 PHDRS '{' phdr_list '}'
1177 NAME { ldlex_expression (); }
1178 phdr_type phdr_qualifiers { ldlex_popstate (); }
1181 lang_new_phdr ($1, $3, $4.filehdr, $4.phdrs, $4.at,
1191 if ($1->type.node_class == etree_name
1192 && $1->type.node_code == NAME)
1196 static const char * const phdr_types[] =
1198 "PT_NULL", "PT_LOAD", "PT_DYNAMIC",
1199 "PT_INTERP", "PT_NOTE", "PT_SHLIB",
1205 i < sizeof phdr_types / sizeof phdr_types[0];
1207 if (strcmp (s, phdr_types[i]) == 0)
1212 if (i == sizeof phdr_types / sizeof phdr_types[0])
1214 if (strcmp (s, "PT_GNU_EH_FRAME") == 0)
1215 $$ = exp_intop (0x6474e550);
1216 else if (strcmp (s, "PT_GNU_STACK") == 0)
1217 $$ = exp_intop (0x6474e551);
1221 %X%P:%S: unknown phdr type `%s' (try integer literal)\n"),
1233 memset (&$$, 0, sizeof (struct phdr_info));
1235 | NAME phdr_val phdr_qualifiers
1238 if (strcmp ($1, "FILEHDR") == 0 && $2 == NULL)
1240 else if (strcmp ($1, "PHDRS") == 0 && $2 == NULL)
1242 else if (strcmp ($1, "FLAGS") == 0 && $2 != NULL)
1245 einfo (_("%X%P:%S: PHDRS syntax error at `%s'\n"), $1);
1247 | AT '(' exp ')' phdr_qualifiers
1267 ldlex_version_file ();
1268 PUSH_ERROR (_("dynamic list"));
1279 | dynamic_list_nodes dynamic_list_node
1283 '{' dynamic_list_tag '}' ';'
1289 lang_append_dynamic_list ($1);
1293 /* This syntax is used within an external version script file. */
1295 version_script_file:
1297 ldlex_version_file ();
1298 PUSH_ERROR (_("VERSION script"));
1307 /* This is used within a normal linker script file. */
1311 ldlex_version_script ();
1313 VERSIONK '{' vers_nodes '}'
1321 | vers_nodes vers_node
1325 '{' vers_tag '}' ';'
1327 lang_register_vers_node (NULL, $2, NULL);
1329 | VERS_TAG '{' vers_tag '}' ';'
1331 lang_register_vers_node ($1, $3, NULL);
1333 | VERS_TAG '{' vers_tag '}' verdep ';'
1335 lang_register_vers_node ($1, $3, $5);
1342 $$ = lang_add_vers_depend (NULL, $1);
1346 $$ = lang_add_vers_depend ($1, $2);
1353 $$ = lang_new_vers_node (NULL, NULL);
1357 $$ = lang_new_vers_node ($1, NULL);
1359 | GLOBAL ':' vers_defns ';'
1361 $$ = lang_new_vers_node ($3, NULL);
1363 | LOCAL ':' vers_defns ';'
1365 $$ = lang_new_vers_node (NULL, $3);
1367 | GLOBAL ':' vers_defns ';' LOCAL ':' vers_defns ';'
1369 $$ = lang_new_vers_node ($3, $7);
1376 $$ = lang_new_vers_pattern (NULL, $1, ldgram_vers_current_lang, FALSE);
1380 $$ = lang_new_vers_pattern (NULL, $1, ldgram_vers_current_lang, TRUE);
1382 | vers_defns ';' VERS_IDENTIFIER
1384 $$ = lang_new_vers_pattern ($1, $3, ldgram_vers_current_lang, FALSE);
1386 | vers_defns ';' NAME
1388 $$ = lang_new_vers_pattern ($1, $3, ldgram_vers_current_lang, TRUE);
1390 | vers_defns ';' EXTERN NAME '{'
1392 $<name>$ = ldgram_vers_current_lang;
1393 ldgram_vers_current_lang = $4;
1395 vers_defns opt_semicolon '}'
1397 struct bfd_elf_version_expr *pat;
1398 for (pat = $7; pat->next != NULL; pat = pat->next);
1401 ldgram_vers_current_lang = $<name>6;
1405 $<name>$ = ldgram_vers_current_lang;
1406 ldgram_vers_current_lang = $2;
1408 vers_defns opt_semicolon '}'
1411 ldgram_vers_current_lang = $<name>4;
1415 $$ = lang_new_vers_pattern (NULL, "global", ldgram_vers_current_lang, FALSE);
1417 | vers_defns ';' GLOBAL
1419 $$ = lang_new_vers_pattern ($1, "global", ldgram_vers_current_lang, FALSE);
1423 $$ = lang_new_vers_pattern (NULL, "local", ldgram_vers_current_lang, FALSE);
1425 | vers_defns ';' LOCAL
1427 $$ = lang_new_vers_pattern ($1, "local", ldgram_vers_current_lang, FALSE);
1431 $$ = lang_new_vers_pattern (NULL, "extern", ldgram_vers_current_lang, FALSE);
1433 | vers_defns ';' EXTERN
1435 $$ = lang_new_vers_pattern ($1, "extern", ldgram_vers_current_lang, FALSE);
1449 if (ldfile_assumed_script)
1450 einfo (_("%P:%s: file format not recognized; treating as linker script\n"),
1451 ldfile_input_filename);
1452 if (error_index > 0 && error_index < ERROR_NAME_MAX)
1453 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);
1455 einfo ("%P%F:%S: %s\n", arg);