Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Make another set of test cases more tolerant to exact symbol ↵ | Simon Atanasyan | 2019-09-07 | 1 | -4/+4 |
| | | | | | | addresses. NFC llvm-svn: 371313 | ||||
* | [test] Change llvm-readobj -long-option to --long-option or well-known short ↵ | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | options. NFC Also change some options that have different semantics (cause confusion) in llvm-readelf mode: -s => -S -t => --symbols -sd => --section-data llvm-svn: 359651 | ||||
* | [ELF] Move `# REQUIRES:` line to the top | Fangrui Song | 2018-06-26 | 1 | -2/+1 |
| | | | | llvm-svn: 335625 | ||||
* | [ELF][MIPS] Exclude mips .got from PT_GNU_RELRO segment | Simon Atanasyan | 2017-01-16 | 1 | -0/+37 |
On MIPS .got section cannot be included into the PT_GNU_RELRO segment. Sometimes it might work, but in general it is unsupported. One of the problem is that all sections marked by SHF_MIPS_GPREL should be grouped together because data in these sections is addressable with a gp relative address, but such sections might be writable. This patch exclude mips .got from PT_GNU_RELRO segment and group SHF_MIPS_GPREL sections. llvm-svn: 292161 |