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
commita445fddf828b0e8251fbdce91bc9372e7efd24f0 (patch)
tree6af0ee8254a9432643798126eef663603d92eb08 /gold/yyscript.y
parentd16c732117ed4b752abd51dd1598c9cec9d2b26c (diff)
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; }