summaryrefslogtreecommitdiff
path: root/gold/yyscript.y
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-04 05:43:05 +0000
committerIan Lance Taylor <iant@google.com>2008-02-04 05:43:05 +0000
commitc13f952fa63965ece26391110f499712c3df7cb6 (patch)
treedde0513e8e9d0bf08d63ad36c942b30a1b941d49 /gold/yyscript.y
parentd267e0c2411d7491ef3d7a3c76560182593e2f74 (diff)
downloadbinutils-redhat-c13f952fa63965ece26391110f499712c3df7cb6.tar.gz
Fully implement the SECTIONS clause.
Diffstat (limited to 'gold/yyscript.y')
-rw-r--r--gold/yyscript.y3
1 files changed, 2 insertions, 1 deletions
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; }