PR 11855
[deliverable/binutils-gdb.git] / gold / yyscript.y
index 9cd29fb4705fdea1357d63959532249df0b83736..203deb7cbf86fc8f0b3b960856afd11a3b798202 100644 (file)
@@ -867,7 +867,7 @@ exp:
        | INTEGER
            { $$ = script_exp_integer($1); }
        | string
-           { $$ = script_exp_string($1.value, $1.length); }
+           { $$ = script_symbol(closure, $1.value, $1.length); }
        | MAX_K '(' exp ',' exp ')'
            { $$ = script_exp_function_max($3, $5); }
        | MIN_K '(' exp ',' exp ')'
This page took 0.023345 seconds and 4 git commands to generate.