Document optional comma in linker script.
authorCary Coutant <ccoutant@google.com>
Fri, 4 Apr 2014 16:28:23 +0000 (09:28 -0700)
committerCary Coutant <ccoutant@google.com>
Fri, 4 Apr 2014 16:28:51 +0000 (09:28 -0700)
commitabc9061b5c4d684da66945a9928d54a424cb6e4e
treed4b8996a86ed8d74061bc74df40ae51900bda560
parent2cf200a4c8a850e6f696e572ea03f340eae97c8a
Document optional comma in linker script.

The linker script documentation does not mention the optional comma
that may follow an output section command or an overlay command.
In some cases, where a fill expression is used, and the next
output section command begins with an operator (e.g., "/DISCARD/"),
the comma may be required to separate the two commands.

Currently, GNU ld doesn't require the comma, but gold does.

ld/
PR gold/16804
* ld.texinfo: Document optional comma following output section
command and overlay command.
ld/ChangeLog
ld/ld.texinfo