diff options
Diffstat (limited to 'ld/ldgram.y')
-rw-r--r-- | ld/ldgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldgram.y b/ld/ldgram.y index 17717fb..927114a 100644 --- a/ld/ldgram.y +++ b/ld/ldgram.y @@ -841,7 +841,7 @@ section: NAME { ldlex_expression(); } { lang_enter_output_section_statement($1, $3, sectype, - 0, 0, $5, $4); + 0, $5, $4); } statement_list_opt '}' { ldlex_popstate (); ldlex_expression (); } |