| commit | e979fd1bf0a40f3025f1c443a25a45704e9bca8f | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Sep 29 22:48:55 2016 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Sep 29 22:48:55 2016 +0000 |
| tree | 734f3f82bebc6145c7b52d17b84a7b2f0c9d7b44 | |
| parent | 1cc007aeae3a84e18a2609200eb2d827aa811011 [diff] |
Don't put ro before rx when using linker scripts. Since they end up going on the same PT_LOAD, there is no reason to sort them. This matches bfd's behaviour and is user visible in the placement of orphan sections. llvm-svn: 282799