From c13f952fa63965ece26391110f499712c3df7cb6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 Feb 2008 05:43:05 +0000 Subject: Fully implement the SECTIONS clause. --- gold/yyscript.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/yyscript.y') diff --git a/gold/yyscript.y b/gold/yyscript.y index 33023dc52b..a0379063b5 100644 --- a/gold/yyscript.y +++ b/gold/yyscript.y @@ -371,7 +371,8 @@ opt_phdr: | /* empty */ ; -/* The value to use to fill an output section. */ +/* The value to use to fill an output section. FIXME: This does not + handle a string of arbitrary length. */ opt_fill: '=' exp { $$ = $2; } -- cgit v1.2.1