summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript-sections-padding.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Move linker script tests to a subdirectory. NFCI.Davide Italiano2016-07-241-44/+0
| | | | llvm-svn: 276582
* Fix spelling.Rui Ueyama2016-03-131-2/+2
| | | | llvm-svn: 263358
* Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | which was reverted because included unrelative changes by mistake. Original commit message: [ELF] - Change all messages to lowercase to be consistent. That is directly opposite to http://reviews.llvm.org/D18045, which was reverted. This patch changes all messages to start from lowercase letter if they were not before. That is done to be consistent with clang. Differential revision: http://reviews.llvm.org/D18085 llvm-svn: 263337
* Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama2016-03-111-2/+2
| | | | | | This reverts commit r263252 because the change contained unrelated changes. llvm-svn: 263272
* [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-111-2/+2
| | | | | | | | | | | | | | That is directly opposite to http://reviews.llvm.org/D18045, which was reverted. This patch changes all messages to start from lowercase letter if they were not before. That is done to be consistent with clang. Differential revision: http://reviews.llvm.org/D18085 llvm-svn: 263252
* [ELF] - Implemented linkerscript sections padding.George Rimar2016-02-261-0/+44
BSD linker scripts contain special cases to add NOP padding to code sections. Syntax is next: .init: { KEEP (*(.init)) } =0x90909090 (0x90 is NOP) This patch implements that functionality. llvm-svn: 262020
OpenPOWER on IntegriCloud