ld/doc: Document that multiple MEMORY commands are allowed.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 14 Jul 2015 15:19:22 +0000 (16:19 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 3 Aug 2015 19:18:49 +0000 (20:18 +0100)
commit127fcdff0541697ffd7169abafe5a51118bf65d0
tree6dc73522302c8b565984ff669a69c810494df945
parent4122b41366b2e810bbf016d7c5514a496f0aca86
ld/doc: Document that multiple MEMORY commands are allowed.

The linker documentation explicitly states that there can be only one
MEMORY command.  This is not true.  Multiple MEMORY commands are
allowed, the contents of all will be treated as if a single MEMORY
command was given.

Update the documentation to make this clear to the users.

ld/ChangeLog:

* ld.texinfo (MEMORY): Explain that multiple MEMORY commands are
acceptable.
ld/ChangeLog
ld/ld.texinfo