[PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 2 06:00:06 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, davide, evgeny777.
The FILL command is similar to the ‘=fillexp’ output section attribute, but it only affects
the part of the section following the FILL command, rather than the entire section. If both
are used, the FILL command takes precedence.
This is PR30243
https://reviews.llvm.org/D24186
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/OutputSections.cpp
test/ELF/linkerscript/linkerscript-fill.s
test/ELF/linkerscript/linkerscript-sections-padding.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24186.70150.patch
Type: text/x-patch
Size: 9753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/78d1a77a/attachment.bin>
More information about the llvm-commits
mailing list