summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/mips-26-mask.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Make a few test cases more tolerant to exact symbol addresses. NFCSimon Atanasyan2019-09-051-1/+1
| | | | llvm-svn: 371065
* [ELF][MIPS] Improve testsFangrui Song2019-07-251-2/+2
| | | | | | | | | | * Add --no-show-raw-insn to llvm-objdump -d tests * When linking an executable with %t.so, the path %t.so will be recorded in the DT_NEEDED entry if %t.so doesn't have DT_SONAME. .dynstr will have varying lengths on different systems. Add -soname to make tests more robust. llvm-svn: 366988
* [llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song2019-05-011-0/+1
| | | | | | | | | | | This improves readability and the behavior is consistent with GNU objdump. The new test test/tools/llvm-objdump/X86/disassemble-section-name.s checks we print newlines before and after "Disassembly of section ...:" Differential Revision: https://reviews.llvm.org/D61127 llvm-svn: 359668
* [ELF] Move `# REQUIRES:` line to the topFangrui Song2018-06-261-2/+1
| | | | llvm-svn: 335625
* [ELF][MIPS] Apply mask while reading implicit addend and writing result of ↵Simon Atanasyan2016-07-221-0/+16
R_MIPS_26 relocation. llvm-svn: 276395
OpenPOWER on IntegriCloud