llvm-project/lld/test/elf2
Rafael Espindola b9fe03d4a9 Revert "[lld][elf2] Fix hard coded entry address."
This reverts commit r247073.

It broke

    lld :: elf2/basic32be.s
    lld :: elf2/basic64be.s

llvm-svn: 247077
2015-09-08 21:32:44 +00:00
..
Inputs Start adding support for symbols in shared libraries. 2015-09-08 15:50:05 +00:00
archive.s [elf2] Add basic archive file support. 2015-09-04 22:28:10 +00:00
basic.s Revert "[lld][elf2] Fix hard coded entry address." 2015-09-08 21:32:44 +00:00
basic32.s Revert "[lld][elf2] Fix hard coded entry address." 2015-09-08 21:32:44 +00:00
basic32be.s Start populating the symbol table. 2015-08-14 13:07:05 +00:00
basic64be.s Start populating the symbol table. 2015-08-14 13:07:05 +00:00
bss.s Don't allocate space for SHT_NOBITS sections. 2015-08-31 20:23:57 +00:00
common.s Remember the maximum alignment used to refer to a common symbol. 2015-09-01 01:19:12 +00:00
incompatible.s Start adding support for shared libraries. 2015-09-03 20:03:54 +00:00
invalid-elf.test Diagnose symbols with invalid section indexes. 2015-08-24 22:00:25 +00:00
invalid-relocations.test Remove irrelevant parts of the test. 2015-08-28 02:53:05 +00:00
lit.local.cfg Rename asm tests to .s. NFC. 2015-08-05 12:14:51 +00:00
many-sections.s Add support for reading files with more than 0xff00 sections. 2015-08-24 21:43:25 +00:00
output-section.s Bug fix: Assign output section indexes *after* sorting them. 2015-09-08 18:08:57 +00:00
relocation.s [ELFv2] Implement R_X86_64_32 relocation. 2015-08-29 13:15:42 +00:00
resolution.s Turn resolution.s into an exhaustive testcase. 2015-08-30 23:17:30 +00:00
section-align-0.test [elf2] Correctly handle sections with an alignment of 0. Spec says to treat it as an alignment of 1. 2015-09-05 00:25:33 +00:00
shared.s Start creating the .dynamic section. 2015-09-08 19:43:27 +00:00
string-table.s Don't leave unused strings in the string table. 2015-09-01 21:47:21 +00:00
symbols.s Don't include hidden or internal symbols in the symbol table. 2015-09-01 20:36:51 +00:00
undef.s Rename asm tests to .s. NFC. 2015-08-05 12:14:51 +00:00
visibility.s Merge visibility from all symbols with the same name. 2015-09-01 23:12:52 +00:00