summaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/sections-padding.s
AgeCommit message (Expand)Author
2023-12-16[ELF,test] Improve duplicate "symbol not found" error testsFangrui Song
2020-03-19[LLD][ELF] - Disambiguate "=fillexp" with a primary expression to allow =0x90...Georgii Rymar
2020-03-15[test] lld/test/: change llvm-objdump single-dash long options to double-dash...Fangrui Song
2020-02-12[ELF][test] Change -o %t to -o /dev/null if the output is not neededFangrui Song
2019-07-10[LLD][ELF] - Linkerscript: fix FILL() expressions handling.George Rimar
2019-07-04[LLD][ELF] - Linkerscript: add a support for expressions for section's fillingGeorge Rimar
2017-04-07[ELF] Recommit r299635 to pad x86 executable sections with 0xccJames Henderson
2017-04-06Revert r299635 because it exposed a latent bug.James Henderson
2017-04-06[ELF] Pad x86 executable sections with 0xcc int3 instructionsJames Henderson
2017-01-17[ELF] - Support optional comma after output section command.George Rimar
2016-09-23[ELF] - Linkerscript: accept space between '=' and expression in section filler.George Rimar
2016-09-20Make tests less dependent on the exact layout.Rafael Espindola
2016-09-06[ELF] - Linkerscript: implemented FILL command as alias for =fillexprGeorge Rimar
2016-09-02Remove useless file prefix.Rui Ueyama