]> Git Repo - binutils.git/blobdiff - ld/ldgram.y
* elf32-hppa.c (clobber_millicode_symbols): Dec dynstr refcount.
[binutils.git] / ld / ldgram.y
index 25d8d090b28c8f17e855e7844b2ff7ed7d905aee..c57ad158163b22239f4a273bd746af4a38a99328 100644 (file)
@@ -238,7 +238,9 @@ mri_script_command:
        |       CASE casesymlist
        |       EXTERN extern_name_list
        |       INCLUDE filename
-               { ldfile_open_command_file ($2); } mri_script_lines END
+               { ldlex_script (); ldfile_open_command_file($2); }
+               mri_script_lines END
+               { ldlex_popstate (); }
        |       START NAME
                { lang_add_entry ($2, false); }
         |
@@ -332,7 +334,9 @@ ifile_p1:
        |       MAP '(' filename ')'
                { lang_add_map($3); }
        |       INCLUDE filename 
-               { ldfile_open_command_file($2); } ifile_list END
+               { ldlex_script (); ldfile_open_command_file($2); }
+               ifile_list END
+               { ldlex_popstate (); }
        |       NOCROSSREFS '(' nocrossref_list ')'
                {
                  lang_add_nocrossref ($3);
This page took 0.023876 seconds and 4 git commands to generate.