summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/header-phdr2.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* Don't allocate a header bellow address 0.Rafael Espindola2018-03-011-0/+11
With the current code if the script has a PHDRS we always obey and try to allocate a header. This can cause Min - HeaderSize to underflow. It looks like bfd actually prints an error for this case. With this patch we do the same. Found while looking at pr36515. llvm-svn: 326441
OpenPOWER on IntegriCloud