Fully implement the SECTIONS clause.
[deliverable/binutils-gdb.git] / gold / yyscript.y
index 33023dc52be93cdebd5c3bb1dc852f3c6493b026..a0379063b55eb6cdadad2efed294875c1a6627d9 100644 (file)
@@ -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; }
This page took 0.03135 seconds and 4 git commands to generate.