mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Fully implement the SECTIONS clause.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user